#087A28

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

Shades of Camarone #087A28

Tints of Camarone #087A28

Color information

#087A28 (or 0x087A28) is unknown color: approx Camarone. HEX triplet: 08, 7A and 28. RGB value is (8,122,40). Sum of RGB (Red+Green+Blue) = 8+122+40=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 122 (48.05% from 255 or 71.76% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 122 - color contains mainly: green. Hex color #087A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087A28 is #F785D7. Grayscale: #4E4E4E. Windows color (decimal): -16221656 or 2652680. OLE color: 2652680.

HSL color Cylindrical-coordinate representation of color #087A28: hue angle of 136.84º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A28 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB812240-
CMYK0.9300.670.52
HSL136.84º87.69%25.49%-
HSV(B)136.84º93.44%47.84%-
XYZ7.4414.124.34-
YUV78.57106.2377.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 122 (48.05% from 255) = 71.76%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=4.71%
G=71.76%
B=23.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8122400.9300.670.52136.8487.6925.49
Hex87A285D04334895819
Octal101725013501036421113031
Binary1000111101010100010111010100001111010010001001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087A28; }

 p { color: rgb(8,122,40); }

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

<style>
 a { background-color: #087A28; }

 a { background-color: rgb(8,122,40); }

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

<style>
 span { border-color: #087A28; }

 span { border-color: rgb(8,122,40); }

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