Html Css Color HEX #096030 Crusoe

📋 copy color: '#096030'

red 9 ◦ green 96 ◦ blue 48

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

Shades of Crusoe #096030

Tints of Crusoe #096030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 62.75%

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

R = 5.88%
G = 62.75%
B = 31.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#096030 (or 0x096030) is known color: Crusoe. HEX triplet: 09, 60 and 30. RGB value is (9,96,48). Sum of RGB (Red+Green+Blue) = 9+96+48=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #096030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096030 is #F69FCF. Grayscale: #404040. Windows color (decimal): -16162768 or 3170313. OLE color: 3170313.

HSL color Cylindrical-coordinate representation of color #096030: hue angle of 146.9º 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 #096030 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 48 -
CMYK 0.91 0 0.50 0.62
HSL 146.9º 0.83% 0.21% -
HSV(B) 146.9º 0.91% 0.38% -
XYZ 4.83 8.64 4.21 -
YUV 64.52 118.68 88.4 -
System Red Green Blue C M Y K H S L
Decimal 9 96 48 0.91 0 0.50 0.62 146.9 0.83 0.21
Hex 9 60 30 5B 0 32 3E 93 53 15
Octal 11 140 60 133 0 62 76 223 123 25
Binary 1001 1100000 110000 1011011 0 110010 111110 10010011 1010011 10101

Color Harmonies of #096030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096030

Black with #096030

Text Example


Text Example

White with #096030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096030; }

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

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

background-color css

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

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

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

border-color css

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

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

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