#0F7221

Color #0F7221 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #0F7221

Tints of Camarone #0F7221

Color information

#0F7221 (or 0x0F7221) is unknown color: approx Camarone. HEX triplet: 0F, 72 and 21. RGB value is (15,114,33). Sum of RGB (Red+Green+Blue) = 15+114+33=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #0F7221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7221 is #F08DDE. Grayscale: #4B4B4B. Windows color (decimal): -15764959 or 2191887. OLE color: 2191887.

HSL color Cylindrical-coordinate representation of color #0F7221: hue angle of 130.91º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7221 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB1511433-
CMYK0.8700.710.55
HSL130.91º76.74%25.29%-
HSV(B)130.91º86.84%44.71%-
XYZ6.4912.253.46-
YUV75.16104.285.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 9.26%
GREEN value IS 114 (44.92% from 255) = 70.37%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=9.26%
G=70.37%
B=20.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15114330.8700.710.55130.9176.7425.29
HexF72215704737834d19
Octal171624112701076720311531
Binary1111111001010000110101110100011111011110000011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F7221; }

 p { color: rgb(15,114,33); }

 H1.HeaderClassName
 {
   color: #0F7221;
 }
 .AnyTagClassName
 {
   color: #0F7221;
 }
</style>
background-color css

<style>
 a { background-color: #0F7221; }

 a { background-color: rgb(15,114,33); }

 div.DivClassName
 {
   background-color: #0F7221;
 }
 .BgClassName
 {
   background-color: #0F7221;
 }
</style>
border-color css

<style>
 span { border-color: #0F7221; }

 span { border-color: rgb(15,114,33); }

 td.TdClassName
 {
   border-color: #0F7221;
 }
 .TagClassName
 {
   border-color: #0F7221;
 }
</style>