Html Css Color HEX #967A04 Olive

📋 copy color: '#967A04'

red 150 ◦ green 122 ◦ blue 4

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

Shades of Olive #967A04

Tints of Olive #967A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.2%

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 54.35%
G = 44.2%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#967A04 (or 0x967A04) is known color: Olive. HEX triplet: 96, 7A and 04. RGB value is (150,122,4). Sum of RGB (Red+Green+Blue) = 150+122+4=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #967A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967A04 is #6985FB. Grayscale: #757575. Windows color (decimal): -6915580 or 293526. OLE color: 293526.

HSL color Cylindrical-coordinate representation of color #967A04: hue angle of 48.49º degrees, saturation: 0.95, 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 #967A04 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 122 4 -
CMYK 0 0.19 0.97 0.41
HSL 48.49º 0.95% 0.3% -
HSV(B) 48.49º 0.97% 0.59% -
XYZ 19.56 20.41 3.02 -
YUV 116.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 150 122 4 0 0.19 0.97 0.41 48.49 0.95 0.3
Hex 96 7A 4 0 13 61 29 30 5F 1E
Octal 226 172 4 0 23 141 51 60 137 36
Binary 10010110 1111010 100 0 10011 1100001 101001 110000 1011111 11110

Color Harmonies of #967A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A04

Black with #967A04

Text Example


Text Example

White with #967A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967A04; }

 p { color: rgb(150,122,4); }

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

background-color css

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

 a { background-color: rgb(150,122,4); }

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

border-color css

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

 span { border-color: rgb(150,122,4); }

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