Html Css Color HEX #968506 Olive

📋 copy color: '#968506'

red 150 ◦ green 133 ◦ blue 6

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

Shades of Olive #968506

Tints of Olive #968506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 51.9%
G = 46.02%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#968506 (or 0x968506) is known color: Olive. HEX triplet: 96, 85 and 06. RGB value is (150,133,6). Sum of RGB (Red+Green+Blue) = 150+133+6=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #968506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968506 is #697AF9. Grayscale: #7C7C7C. Windows color (decimal): -6912762 or 427414. OLE color: 427414.

HSL color Cylindrical-coordinate representation of color #968506: hue angle of 52.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #968506 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 6 -
CMYK 0 0.11 0.96 0.41
HSL 52.92º 0.92% 0.31% -
HSV(B) 52.92º 0.96% 0.59% -
XYZ 21 23.27 3.56 -
YUV 123.61 61.63 146.83 -
System Red Green Blue C M Y K H S L
Decimal 150 133 6 0 0.11 0.96 0.41 52.92 0.92 0.31
Hex 96 85 6 0 B 60 29 35 5C 1F
Octal 226 205 6 0 13 140 51 65 134 37
Binary 10010110 10000101 110 0 1011 1100000 101001 110101 1011100 11111

Color Harmonies of #968506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968506

Black with #968506

Text Example


Text Example

White with #968506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968506; }

 p { color: rgb(150,133,6); }

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

background-color css

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

 a { background-color: rgb(150,133,6); }

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

border-color css

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

 span { border-color: rgb(150,133,6); }

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