Html Css Color HEX #968706 Olive

📋 copy color: '#968706'

red 150 ◦ green 135 ◦ blue 6

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

Shades of Olive #968706

Tints of Olive #968706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.39%

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

R = 51.55%
G = 46.39%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#968706 (or 0x968706) is known color: Olive. HEX triplet: 96, 87 and 06. RGB value is (150,135,6). Sum of RGB (Red+Green+Blue) = 150+135+6=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #968706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968706 is #6978F9. Grayscale: #7D7D7D. Windows color (decimal): -6912250 or 427926. OLE color: 427926.

HSL color Cylindrical-coordinate representation of color #968706: hue angle of 53.75º 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 #968706 is Cyan = 0, Magento = 0.1, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 135 6 -
CMYK 0 0.1 0.96 0.41
HSL 53.75º 0.92% 0.31% -
HSV(B) 53.75º 0.96% 0.59% -
XYZ 21.27 23.83 3.65 -
YUV 124.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 150 135 6 0 0.1 0.96 0.41 53.75 0.92 0.31
Hex 96 87 6 0 A 60 29 36 5C 1F
Octal 226 207 6 0 12 140 51 66 134 37
Binary 10010110 10000111 110 0 1010 1100000 101001 110110 1011100 11111

Color Harmonies of #968706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968706

Black with #968706

Text Example


Text Example

White with #968706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968706; }

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

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

background-color css

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

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

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

border-color css

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

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

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