Html Css Color HEX #96890C Olive

📋 copy color: '#96890C'

red 150 ◦ green 137 ◦ blue 12

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

Shades of Olive #96890C

Tints of Olive #96890C

RGB

 RED value IS 150 (58.98% from 255) = 50.17%

 GREEN value IS 137 (53.91% from 255) = 45.82%

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 50.17%
G = 45.82%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96890C (or 0x96890C) is known color: Olive. HEX triplet: 96, 89 and 0C. RGB value is (150,137,12). Sum of RGB (Red+Green+Blue) = 150+137+12=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96890C is #6976F3. Grayscale: #7F7F7F. Windows color (decimal): -6911732 or 821654. OLE color: 821654.

HSL color Cylindrical-coordinate representation of color #96890C: hue angle of 54.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96890C is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 12 -
CMYK 0 0.09 0.92 0.41
HSL 54.35º 0.85% 0.32% -
HSV(B) 54.35º 0.92% 0.59% -
XYZ 21.59 24.4 3.92 -
YUV 126.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 150 137 12 0 0.09 0.92 0.41 54.35 0.85 0.32
Hex 96 89 C 0 9 5C 29 36 55 20
Octal 226 211 14 0 11 134 51 66 125 40
Binary 10010110 10001001 1100 0 1001 1011100 101001 110110 1010101 100000

Color Harmonies of #96890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96890C

Black with #96890C

Text Example


Text Example

White with #96890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96890C; }

 p { color: rgb(150,137,12); }

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

background-color css

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

 a { background-color: rgb(150,137,12); }

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

border-color css

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

 span { border-color: rgb(150,137,12); }

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