#08772E

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

Shades of Camarone #08772E

Tints of Camarone #08772E

Color information

#08772E (or 0x08772E) is unknown color: approx Camarone. HEX triplet: 08, 77 and 2E. RGB value is (8,119,46). Sum of RGB (Red+Green+Blue) = 8+119+46=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 119 (46.88% from 255 or 68.79% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 119 - color contains mainly: green. Hex color #08772E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08772E is #F788D1. Grayscale: #4D4D4D. Windows color (decimal): -16222418 or 3045128. OLE color: 3045128.

HSL color Cylindrical-coordinate representation of color #08772E: hue angle of 140.54º 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 #08772E is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB811946-
CMYK0.9300.610.53
HSL140.54º87.4%24.9%-
HSV(B)140.54º93.28%46.67%-
XYZ7.1913.444.8-
YUV77.49110.2378.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 119 (46.88% from 255) = 68.79%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=4.62%
G=68.79%
B=26.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8119460.9300.610.53140.5487.424.9
Hex8772E5D03D358d5719
Octal10167561350756521512731
Binary100011101111011101011101011110111010110001101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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