#09702F

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

Shades of Crusoe #09702F

Tints of Crusoe #09702F

Color information

#09702F (or 0x09702F) is unknown color: approx Crusoe. HEX triplet: 09, 70 and 2F. RGB value is (9,112,47). Sum of RGB (Red+Green+Blue) = 9+112+47=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #09702F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09702F is #F68FD0. Grayscale: #494949. Windows color (decimal): -16158673 or 3108873. OLE color: 3108873.

HSL color Cylindrical-coordinate representation of color #09702F: hue angle of 142.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09702F is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB911247-
CMYK0.9200.580.56
HSL142.14º85.12%23.73%-
HSV(B)142.14º91.96%43.92%-
XYZ6.4211.854.64-
YUV73.79112.8881.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 112 (44.14% from 255) = 66.67%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=5.36%
G=66.67%
B=27.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112470.9200.580.56142.1485.1223.73
Hex9702F5C03A388e5518
Octal11160571340727021612530
Binary100111100001011111011100011101011100010001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09702F; }

 p { color: rgb(9,112,47); }

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

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

 a { background-color: rgb(9,112,47); }

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

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

 span { border-color: rgb(9,112,47); }

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