Html Css Color HEX #969301 Olive

📋 copy color: '#969301'

red 150 ◦ green 147 ◦ blue 1

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

Shades of Olive #969301

Tints of Olive #969301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

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

R = 50.34%
G = 49.33%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#969301 (or 0x969301) is known color: Olive. HEX triplet: 96, 93 and 01. RGB value is (150,147,1). Sum of RGB (Red+Green+Blue) = 150+147+1=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #969301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969301 is #696CFE. Grayscale: #838383. Windows color (decimal): -6909183 or 103318. OLE color: 103318.

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

Color convert

RGB 150 147 1 -
CMYK 0 0.02 0.99 0.41
HSL 58.79º 0.99% 0.3% -
HSV(B) 58.79º 0.99% 0.59% -
XYZ 23.02 27.35 4.1 -
YUV 131.25 54.49 141.37 -
System Red Green Blue C M Y K H S L
Decimal 150 147 1 0 0.02 0.99 0.41 58.79 0.99 0.3
Hex 96 93 1 0 2 63 29 3B 63 1E
Octal 226 223 1 0 2 143 51 73 143 36
Binary 10010110 10010011 1 0 10 1100011 101001 111011 1100011 11110

Color Harmonies of #969301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969301

Black with #969301

Text Example


Text Example

White with #969301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969301; }

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

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

background-color css

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

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

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

border-color css

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

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

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