Html Css Color HEX #968804 Olive

📋 copy color: '#968804'

red 150 ◦ green 136 ◦ blue 4

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

Shades of Olive #968804

Tints of Olive #968804

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.9%

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

R = 51.72%
G = 46.9%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#968804 (or 0x968804) is known color: Olive. HEX triplet: 96, 88 and 04. RGB value is (150,136,4). Sum of RGB (Red+Green+Blue) = 150+136+4=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #968804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968804 is #6977FB. Grayscale: #7D7D7D. Windows color (decimal): -6911996 or 297110. OLE color: 297110.

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

Color convert

RGB 150 136 4 -
CMYK 0 0.09 0.97 0.41
HSL 54.25º 0.95% 0.3% -
HSV(B) 54.25º 0.97% 0.59% -
XYZ 21.4 24.1 3.64 -
YUV 125.14 59.64 145.73 -
System Red Green Blue C M Y K H S L
Decimal 150 136 4 0 0.09 0.97 0.41 54.25 0.95 0.3
Hex 96 88 4 0 9 61 29 36 5F 1E
Octal 226 210 4 0 11 141 51 66 137 36
Binary 10010110 10001000 100 0 1001 1100001 101001 110110 1011111 11110

Color Harmonies of #968804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968804

Black with #968804

Text Example


Text Example

White with #968804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968804; }

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

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

background-color css

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

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

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

border-color css

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

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

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