Html Css Color HEX #968501 Olive

📋 copy color: '#968501'

red 150 ◦ green 133 ◦ blue 1

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

Shades of Olive #968501

Tints of Olive #968501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.83%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 52.82%
G = 46.83%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#968501 (or 0x968501) is known color: Olive. HEX triplet: 96, 85 and 01. RGB value is (150,133,1). Sum of RGB (Red+Green+Blue) = 150+133+1=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #968501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968501 is #697AFE. Grayscale: #7B7B7B. Windows color (decimal): -6912767 or 99734. OLE color: 99734.

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

Color convert

RGB 150 133 1 -
CMYK 0 0.11 0.99 0.41
HSL 53.15º 0.99% 0.3% -
HSV(B) 53.15º 0.99% 0.59% -
XYZ 20.97 23.26 3.41 -
YUV 123.04 59.13 147.23 -
System Red Green Blue C M Y K H S L
Decimal 150 133 1 0 0.11 0.99 0.41 53.15 0.99 0.3
Hex 96 85 1 0 B 63 29 35 63 1E
Octal 226 205 1 0 13 143 51 65 143 36
Binary 10010110 10000101 1 0 1011 1100011 101001 110101 1100011 11110

Color Harmonies of #968501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968501

Black with #968501

Text Example


Text Example

White with #968501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968501; }

 p { color: rgb(150,133,1); }

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

background-color css

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

 a { background-color: rgb(150,133,1); }

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

border-color css

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

 span { border-color: rgb(150,133,1); }

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