Html Css Color HEX #969505 Olive

📋 copy color: '#969505'

red 150 ◦ green 149 ◦ blue 5

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

Shades of Olive #969505

Tints of Olive #969505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.01%

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

R = 49.34%
G = 49.01%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#969505 (or 0x969505) is known color: Olive. HEX triplet: 96, 95 and 05. RGB value is (150,149,5). Sum of RGB (Red+Green+Blue) = 150+149+5=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #969505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969505 is #696AFA. Grayscale: #858585. Windows color (decimal): -6908667 or 365974. OLE color: 365974.

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

Color convert

RGB 150 149 5 -
CMYK 0 0.01 0.97 0.41
HSL 59.59º 0.94% 0.3% -
HSV(B) 59.59º 0.97% 0.59% -
XYZ 23.35 27.99 4.32 -
YUV 132.88 55.83 140.21 -
System Red Green Blue C M Y K H S L
Decimal 150 149 5 0 0.01 0.97 0.41 59.59 0.94 0.3
Hex 96 95 5 0 1 61 29 3C 5E 1E
Octal 226 225 5 0 1 141 51 74 136 36
Binary 10010110 10010101 101 0 1 1100001 101001 111100 1011110 11110

Color Harmonies of #969505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969505

Black with #969505

Text Example


Text Example

White with #969505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969505; }

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

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

background-color css

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

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

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

border-color css

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

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

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