Html Css Color HEX #096B1A Crusoe

📋 copy color: '#096B1A'

red 9 ◦ green 107 ◦ blue 26

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

Shades of Crusoe #096B1A

Tints of Crusoe #096B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 75.35%

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 6.34%
G = 75.35%
B = 18.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#096B1A (or 0x096B1A) is known color: Crusoe. HEX triplet: 09, 6B and 1A. RGB value is (9,107,26). Sum of RGB (Red+Green+Blue) = 9+107+26=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 107 (42.19% from 255 or 75.35% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 107 - color contains mainly: green. Hex color #096B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B1A is #F694E5. Grayscale: #444444. Windows color (decimal): -16159974 or 1731337. OLE color: 1731337.

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

Color convert

RGB 9 107 26 -
CMYK 0.92 0 0.76 0.58
HSL 130.41º 0.84% 0.23% -
HSV(B) 130.41º 0.92% 0.42% -
XYZ 5.56 10.65 2.74 -
YUV 68.46 104.03 85.59 -
System Red Green Blue C M Y K H S L
Decimal 9 107 26 0.92 0 0.76 0.58 130.41 0.84 0.23
Hex 9 6B 1A 5C 0 4C 3A 82 54 17
Octal 11 153 32 134 0 114 72 202 124 27
Binary 1001 1101011 11010 1011100 0 1001100 111010 10000010 1010100 10111

Color Harmonies of #096B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B1A

Black with #096B1A

Text Example


Text Example

White with #096B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,107,26); }

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

background-color css

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

 a { background-color: rgb(9,107,26); }

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

border-color css

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

 span { border-color: rgb(9,107,26); }

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