Html Css Color HEX #969400 Olive

📋 copy color: '#969400'

red 150 ◦ green 148 ◦ blue 0

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

Shades of Olive #969400

Tints of Olive #969400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.34%
G = 49.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#969400 (or 0x969400) is known color: Olive. HEX triplet: 96, 94 and 00. RGB value is (150,148,0). Sum of RGB (Red+Green+Blue) = 150+148+0=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #969400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969400 is #696BFF. Grayscale: #848484. Windows color (decimal): -6908928 or 38038. OLE color: 38038.

HSL color Cylindrical-coordinate representation of color #969400: hue angle of 59.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #969400 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 0 -
CMYK 0 0.01 1 0.41
HSL 59.2º 1% 0.29% -
HSV(B) 59.2º 1% 0.59% -
XYZ 23.17 27.66 4.12 -
YUV 131.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 150 148 0 0 0.01 1 0.41 59.2 1 0.29
Hex 96 94 0 0 1 64 29 3B 64 1D
Octal 226 224 0 0 1 144 51 73 144 35
Binary 10010110 10010100 0 0 1 1100100 101001 111011 1100100 11101

Color Harmonies of #969400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969400

Black with #969400

Text Example


Text Example

White with #969400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969400; }

 p { color: rgb(150,148,0); }

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

background-color css

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

 a { background-color: rgb(150,148,0); }

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

border-color css

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

 span { border-color: rgb(150,148,0); }

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