#09702E

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

Shades of Crusoe #09702E

Tints of Crusoe #09702E

Color information

#09702E (or 0x09702E) is unknown color: approx Crusoe. HEX triplet: 09, 70 and 2E. RGB value is (9,112,46). Sum of RGB (Red+Green+Blue) = 9+112+46=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #09702E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09702E is #F68FD1. Grayscale: #494949. Windows color (decimal): -16158674 or 3043337. OLE color: 3043337.

HSL color Cylindrical-coordinate representation of color #09702E: hue angle of 141.55º 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 #09702E is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB911246-
CMYK0.9200.590.56
HSL141.55º85.12%23.73%-
HSV(B)141.55º91.96%43.92%-
XYZ6.411.844.53-
YUV73.68112.3881.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 112 (44.14% from 255) = 67.07%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=5.39%
G=67.07%
B=27.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112460.9200.590.56141.5585.1223.73
Hex9702E5C03B388e5518
Octal11160561340737021612530
Binary100111100001011101011100011101111100010001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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