#087128

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

Shades of Crusoe #087128

Tints of Crusoe #087128

Color information

#087128 (or 0x087128) is unknown color: approx Crusoe. HEX triplet: 08, 71 and 28. RGB value is (8,113,40). Sum of RGB (Red+Green+Blue) = 8+113+40=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 113 (44.53% from 255 or 70.19% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 113 - color contains mainly: green. Hex color #087128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087128 is #F78ED7. Grayscale: #494949. Windows color (decimal): -16223960 or 2650376. OLE color: 2650376.

HSL color Cylindrical-coordinate representation of color #087128: hue angle of 138.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087128 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB811340-
CMYK0.9300.650.56
HSL138.29º86.78%23.73%-
HSV(B)138.29º92.92%44.31%-
XYZ6.3912.023.99-
YUV73.28109.2181.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 113 (44.53% from 255) = 70.19%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=4.97%
G=70.19%
B=24.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8113400.9300.650.56138.2986.7823.73
Hex871285D041388a5718
Octal101615013501017021212730
Binary1000111000110100010111010100000111100010001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087128; }

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

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

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

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

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

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

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

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