Html Css Color HEX #969205 Olive

📋 copy color: '#969205'

red 150 ◦ green 146 ◦ blue 5

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

Shades of Olive #969205

Tints of Olive #969205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.5%

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

R = 49.83%
G = 48.5%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#969205 (or 0x969205) is known color: Olive. HEX triplet: 96, 92 and 05. RGB value is (150,146,5). Sum of RGB (Red+Green+Blue) = 150+146+5=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #969205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969205 is #696DFA. Grayscale: #838383. Windows color (decimal): -6909435 or 365206. OLE color: 365206.

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

Color convert

RGB 150 146 5 -
CMYK 0 0.03 0.97 0.41
HSL 58.34º 0.94% 0.3% -
HSV(B) 58.34º 0.97% 0.59% -
XYZ 22.88 27.05 4.16 -
YUV 131.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 150 146 5 0 0.03 0.97 0.41 58.34 0.94 0.3
Hex 96 92 5 0 3 61 29 3A 5E 1E
Octal 226 222 5 0 3 141 51 72 136 36
Binary 10010110 10010010 101 0 11 1100001 101001 111010 1011110 11110

Color Harmonies of #969205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969205

Black with #969205

Text Example


Text Example

White with #969205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969205; }

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

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

background-color css

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

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

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

border-color css

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

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

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