Html Css Color HEX #969503 Olive

📋 copy color: '#969503'

red 150 ◦ green 149 ◦ blue 3

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

Shades of Olive #969503

Tints of Olive #969503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 49.67%
G = 49.34%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#969503 (or 0x969503) is known color: Olive. HEX triplet: 96, 95 and 03. RGB value is (150,149,3). Sum of RGB (Red+Green+Blue) = 150+149+3=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #969503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969503 is #696AFC. Grayscale: #858585. Windows color (decimal): -6908669 or 234902. OLE color: 234902.

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

Color convert

RGB 150 149 3 -
CMYK 0 0.01 0.98 0.41
HSL 59.59º 0.96% 0.3% -
HSV(B) 59.59º 0.98% 0.59% -
XYZ 23.34 27.99 4.26 -
YUV 132.66 54.83 140.37 -
System Red Green Blue C M Y K H S L
Decimal 150 149 3 0 0.01 0.98 0.41 59.59 0.96 0.3
Hex 96 95 3 0 1 62 29 3C 60 1E
Octal 226 225 3 0 1 142 51 74 140 36
Binary 10010110 10010101 11 0 1 1100010 101001 111100 1100000 11110

Color Harmonies of #969503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969503

Black with #969503

Text Example


Text Example

White with #969503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969503; }

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

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

background-color css

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

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

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

border-color css

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

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

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