Html Css Color HEX #967902 Olive

📋 copy color: '#967902'

red 150 ◦ green 121 ◦ blue 2

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

Shades of Olive #967902

Tints of Olive #967902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.32%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 54.95%
G = 44.32%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#967902 (or 0x967902) is known color: Olive. HEX triplet: 96, 79 and 02. RGB value is (150,121,2). Sum of RGB (Red+Green+Blue) = 150+121+2=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #967902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967902 is #6986FD. Grayscale: #747474. Windows color (decimal): -6915838 or 162198. OLE color: 162198.

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

Color convert

RGB 150 121 2 -
CMYK 0 0.19 0.99 0.41
HSL 48.24º 0.97% 0.3% -
HSV(B) 48.24º 0.99% 0.59% -
XYZ 19.43 20.16 2.93 -
YUV 116.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 150 121 2 0 0.19 0.99 0.41 48.24 0.97 0.3
Hex 96 79 2 0 13 63 29 30 61 1E
Octal 226 171 2 0 23 143 51 60 141 36
Binary 10010110 1111001 10 0 10011 1100011 101001 110000 1100001 11110

Color Harmonies of #967902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967902

Black with #967902

Text Example


Text Example

White with #967902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967902; }

 p { color: rgb(150,121,2); }

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

background-color css

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

 a { background-color: rgb(150,121,2); }

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

border-color css

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

 span { border-color: rgb(150,121,2); }

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