Html Css Color HEX #096523 Crusoe

📋 copy color: '#096523'

red 9 ◦ green 101 ◦ blue 35

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

Shades of Crusoe #096523

Tints of Crusoe #096523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 69.66%

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

R = 6.21%
G = 69.66%
B = 24.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#096523 (or 0x096523) is known color: Crusoe. HEX triplet: 09, 65 and 23. RGB value is (9,101,35). Sum of RGB (Red+Green+Blue) = 9+101+35=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #096523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096523 is #F69ADC. Grayscale: #424242. Windows color (decimal): -16161501 or 2319625. OLE color: 2319625.

HSL color Cylindrical-coordinate representation of color #096523: hue angle of 136.96º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096523 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 9 101 35 -
CMYK 0.91 0 0.65 0.60
HSL 136.96º 0.84% 0.22% -
HSV(B) 136.96º 0.91% 0.4% -
XYZ 5.07 9.49 3.15 -
YUV 65.97 110.52 87.37 -
System Red Green Blue C M Y K H S L
Decimal 9 101 35 0.91 0 0.65 0.60 136.96 0.84 0.22
Hex 9 65 23 5B 0 41 3C 89 54 16
Octal 11 145 43 133 0 101 74 211 124 26
Binary 1001 1100101 100011 1011011 0 1000001 111100 10001001 1010100 10110

Color Harmonies of #096523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096523

Black with #096523

Text Example


Text Example

White with #096523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096523; }

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

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

background-color css

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

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

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

border-color css

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

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

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