Html Css Color HEX #096A30 Crusoe

📋 copy color: '#096A30'

red 9 ◦ green 106 ◦ blue 48

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

Shades of Crusoe #096A30

Tints of Crusoe #096A30

RGB

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

 GREEN value IS 106 (41.8% from 255) = 65.03%

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

R = 5.52%
G = 65.03%
B = 29.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#096A30 (or 0x096A30) is known color: Crusoe. HEX triplet: 09, 6A and 30. RGB value is (9,106,48). Sum of RGB (Red+Green+Blue) = 9+106+48=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 106 (41.80% from 255 or 65.03% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 106 - color contains mainly: green. Hex color #096A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A30 is #F695CF. Grayscale: #464646. Windows color (decimal): -16160208 or 3172873. OLE color: 3172873.

HSL color Cylindrical-coordinate representation of color #096A30: hue angle of 144.12º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A30 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 48 -
CMYK 0.92 0 0.55 0.58
HSL 144.12º 0.84% 0.23% -
HSV(B) 144.12º 0.92% 0.42% -
XYZ 5.8 10.58 4.53 -
YUV 70.39 115.36 84.22 -
System Red Green Blue C M Y K H S L
Decimal 9 106 48 0.92 0 0.55 0.58 144.12 0.84 0.23
Hex 9 6A 30 5C 0 37 3A 90 54 17
Octal 11 152 60 134 0 67 72 220 124 27
Binary 1001 1101010 110000 1011100 0 110111 111010 10010000 1010100 10111

Color Harmonies of #096A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A30

Black with #096A30

Text Example


Text Example

White with #096A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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