Html Css Color HEX #096023 Crusoe

📋 copy color: '#096023'

red 9 ◦ green 96 ◦ blue 35

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

Shades of Crusoe #096023

Tints of Crusoe #096023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25%

R = 6.43%
G = 68.57%
B = 25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#096023 (or 0x096023) is known color: Crusoe. HEX triplet: 09, 60 and 23. RGB value is (9,96,35). Sum of RGB (Red+Green+Blue) = 9+96+35=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #096023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096023 is #F69FDC. Grayscale: #3F3F3F. Windows color (decimal): -16162781 or 2318345. OLE color: 2318345.

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

Color convert

RGB 9 96 35 -
CMYK 0.91 0 0.64 0.62
HSL 137.93º 0.83% 0.21% -
HSV(B) 137.93º 0.91% 0.38% -
XYZ 4.6 8.55 3 -
YUV 63.03 112.18 89.46 -
System Red Green Blue C M Y K H S L
Decimal 9 96 35 0.91 0 0.64 0.62 137.93 0.83 0.21
Hex 9 60 23 5B 0 40 3E 8A 53 15
Octal 11 140 43 133 0 100 76 212 123 25
Binary 1001 1100000 100011 1011011 0 1000000 111110 10001010 1010011 10101

Color Harmonies of #096023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096023

Black with #096023

Text Example


Text Example

White with #096023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096023; }

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

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

background-color css

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

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

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

border-color css

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

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

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