#08772D

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

Shades of Camarone #08772D

Tints of Camarone #08772D

Color information

#08772D (or 0x08772D) is unknown color: approx Camarone. HEX triplet: 08, 77 and 2D. RGB value is (8,119,45). Sum of RGB (Red+Green+Blue) = 8+119+45=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 119 (46.88% from 255 or 69.19% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 119 - color contains mainly: green. Hex color #08772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08772D is #F788D2. Grayscale: #4D4D4D. Windows color (decimal): -16222419 or 2979592. OLE color: 2979592.

HSL color Cylindrical-coordinate representation of color #08772D: hue angle of 140º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08772D is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB811945-
CMYK0.9300.620.53
HSL140º87.4%24.9%-
HSV(B)140º93.28%46.67%-
XYZ7.1713.434.7-
YUV77.37109.7378.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 119 (46.88% from 255) = 69.19%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=4.65%
G=69.19%
B=26.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8119450.9300.620.5314087.424.9
Hex8772D5D03E358c5719
Octal10167551350766521412731
Binary100011101111011011011101011111011010110001100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08772D; }

 p { color: rgb(8,119,45); }

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

<style>
 a { background-color: #08772D; }

 a { background-color: rgb(8,119,45); }

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

<style>
 span { border-color: #08772D; }

 span { border-color: rgb(8,119,45); }

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