Html Css Color HEX #09702D Crusoe

📋 copy color: '#09702D'

red 9 ◦ green 112 ◦ blue 45

#09702D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #09702D

Tints of Crusoe #09702D

RGB

 RED value IS 9 (3.91% from 255) = 5.42%

 GREEN value IS 112 (44.14% from 255) = 67.47%

 BLUE value IS 45 (17.97% from 255) = 27.11%

R = 5.42%
G = 67.47%
B = 27.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#09702D (or 0x09702D) is known color: Crusoe. HEX triplet: 09, 70 and 2D. RGB value is (9,112,45). Sum of RGB (Red+Green+Blue) = 9+112+45=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #09702D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09702D is #F68FD2. Grayscale: #494949. Windows color (decimal): -16158675 or 2977801. OLE color: 2977801.

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

Color convert

RGB 9 112 45 -
CMYK 0.92 0 0.60 0.56
HSL 140.97º 0.85% 0.24% -
HSV(B) 140.97º 0.92% 0.44% -
XYZ 6.38 11.84 4.43 -
YUV 73.57 111.88 81.95 -
System Red Green Blue C M Y K H S L
Decimal 9 112 45 0.92 0 0.60 0.56 140.97 0.85 0.24
Hex 9 70 2D 5C 0 3C 38 8D 55 18
Octal 11 160 55 134 0 74 70 215 125 30
Binary 1001 1110000 101101 1011100 0 111100 111000 10001101 1010101 11000

Color Harmonies of #09702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09702D

Black with #09702D

Text Example


Text Example

White with #09702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09702D;
 }
 .AnyTagClassName
 {
   color: #09702D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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