Html Css Color HEX #967802 Olive

📋 copy color: '#967802'

red 150 ◦ green 120 ◦ blue 2

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

Shades of Olive #967802

Tints of Olive #967802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.12%

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

R = 55.15%
G = 44.12%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#967802 (or 0x967802) is known color: Olive. HEX triplet: 96, 78 and 02. RGB value is (150,120,2). Sum of RGB (Red+Green+Blue) = 150+120+2=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #967802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967802 is #6987FD. Grayscale: #747474. Windows color (decimal): -6916094 or 161942. OLE color: 161942.

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

Color convert

RGB 150 120 2 -
CMYK 0 0.20 0.99 0.41
HSL 47.84º 0.97% 0.3% -
HSV(B) 47.84º 0.99% 0.59% -
XYZ 19.31 19.92 2.89 -
YUV 115.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 150 120 2 0 0.20 0.99 0.41 47.84 0.97 0.3
Hex 96 78 2 0 14 63 29 30 61 1E
Octal 226 170 2 0 24 143 51 60 141 36
Binary 10010110 1111000 10 0 10100 1100011 101001 110000 1100001 11110

Color Harmonies of #967802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967802

Black with #967802

Text Example


Text Example

White with #967802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967802; }

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

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

background-color css

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

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

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

border-color css

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

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

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