Html Css Color HEX #09612F Crusoe

📋 copy color: '#09612F'

red 9 ◦ green 97 ◦ blue 47

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

Shades of Crusoe #09612F

Tints of Crusoe #09612F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 63.4%

 BLUE value IS 47 (18.75% from 255) = 30.72%

R = 5.88%
G = 63.4%
B = 30.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#09612F (or 0x09612F) is known color: Crusoe. HEX triplet: 09, 61 and 2F. RGB value is (9,97,47). Sum of RGB (Red+Green+Blue) = 9+97+47=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #09612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09612F is #F69ED0. Grayscale: #414141. Windows color (decimal): -16162513 or 3105033. OLE color: 3105033.

HSL color Cylindrical-coordinate representation of color #09612F: hue angle of 145.91º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09612F is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 47 -
CMYK 0.91 0 0.52 0.62
HSL 145.91º 0.83% 0.21% -
HSV(B) 145.91º 0.91% 0.38% -
XYZ 4.9 8.81 4.13 -
YUV 64.99 117.85 88.07 -
System Red Green Blue C M Y K H S L
Decimal 9 97 47 0.91 0 0.52 0.62 145.91 0.83 0.21
Hex 9 61 2F 5B 0 34 3E 92 53 15
Octal 11 141 57 133 0 64 76 222 123 25
Binary 1001 1100001 101111 1011011 0 110100 111110 10010010 1010011 10101

Color Harmonies of #09612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09612F

Black with #09612F

Text Example


Text Example

White with #09612F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09612F;
 }
 .AnyTagClassName
 {
   color: #09612F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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