Html Css Color HEX #968705 Olive

📋 copy color: '#968705'

red 150 ◦ green 135 ◦ blue 5

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

Shades of Olive #968705

Tints of Olive #968705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 51.72%
G = 46.55%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#968705 (or 0x968705) is known color: Olive. HEX triplet: 96, 87 and 05. RGB value is (150,135,5). Sum of RGB (Red+Green+Blue) = 150+135+5=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #968705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968705 is #6978FA. Grayscale: #7D7D7D. Windows color (decimal): -6912251 or 362390. OLE color: 362390.

HSL color Cylindrical-coordinate representation of color #968705: hue angle of 53.79º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #968705 is Cyan = 0, Magento = 0.1, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 135 5 -
CMYK 0 0.1 0.97 0.41
HSL 53.79º 0.94% 0.3% -
HSV(B) 53.79º 0.97% 0.59% -
XYZ 21.27 23.82 3.62 -
YUV 124.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 150 135 5 0 0.1 0.97 0.41 53.79 0.94 0.3
Hex 96 87 5 0 A 61 29 36 5E 1E
Octal 226 207 5 0 12 141 51 66 136 36
Binary 10010110 10000111 101 0 1010 1100001 101001 110110 1011110 11110

Color Harmonies of #968705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968705

Black with #968705

Text Example


Text Example

White with #968705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968705; }

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

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

background-color css

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

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

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

border-color css

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

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

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