Html Css Color HEX #096F30 Crusoe

📋 copy color: '#096F30'

red 9 ◦ green 111 ◦ blue 48

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

Shades of Crusoe #096F30

Tints of Crusoe #096F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 66.07%

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 5.36%
G = 66.07%
B = 28.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#096F30 (or 0x096F30) is known color: Crusoe. HEX triplet: 09, 6F and 30. RGB value is (9,111,48). Sum of RGB (Red+Green+Blue) = 9+111+48=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 111 (43.75% from 255 or 66.07% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 111 - color contains mainly: green. Hex color #096F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F30 is #F690CF. Grayscale: #494949. Windows color (decimal): -16158928 or 3174153. OLE color: 3174153.

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

Color convert

RGB 9 111 48 -
CMYK 0.92 0 0.57 0.56
HSL 142.94º 0.85% 0.24% -
HSV(B) 142.94º 0.92% 0.44% -
XYZ 6.33 11.64 4.71 -
YUV 73.32 113.71 82.12 -
System Red Green Blue C M Y K H S L
Decimal 9 111 48 0.92 0 0.57 0.56 142.94 0.85 0.24
Hex 9 6F 30 5C 0 39 38 8F 55 18
Octal 11 157 60 134 0 71 70 217 125 30
Binary 1001 1101111 110000 1011100 0 111001 111000 10001111 1010101 11000

Color Harmonies of #096F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F30

Black with #096F30

Text Example


Text Example

White with #096F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096F30; }

 p { color: rgb(9,111,48); }

 H1.HeaderClassName
 {
   color: #096F30;
 }
 .AnyTagClassName
 {
   color: #096F30;
 }
</style>

background-color css

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

 a { background-color: rgb(9,111,48); }

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

border-color css

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

 span { border-color: rgb(9,111,48); }

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