Html Css Color HEX #969405 Olive

📋 copy color: '#969405'

red 150 ◦ green 148 ◦ blue 5

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

Shades of Olive #969405

Tints of Olive #969405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 49.5%
G = 48.84%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#969405 (or 0x969405) is known color: Olive. HEX triplet: 96, 94 and 05. RGB value is (150,148,5). Sum of RGB (Red+Green+Blue) = 150+148+5=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #969405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969405 is #696BFA. Grayscale: #848484. Windows color (decimal): -6908923 or 365718. OLE color: 365718.

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

Color convert

RGB 150 148 5 -
CMYK 0 0.01 0.97 0.41
HSL 59.17º 0.94% 0.3% -
HSV(B) 59.17º 0.97% 0.59% -
XYZ 23.19 27.67 4.26 -
YUV 132.3 56.16 140.63 -
System Red Green Blue C M Y K H S L
Decimal 150 148 5 0 0.01 0.97 0.41 59.17 0.94 0.3
Hex 96 94 5 0 1 61 29 3B 5E 1E
Octal 226 224 5 0 1 141 51 73 136 36
Binary 10010110 10010100 101 0 1 1100001 101001 111011 1011110 11110

Color Harmonies of #969405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969405

Black with #969405

Text Example


Text Example

White with #969405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969405; }

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

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

background-color css

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

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

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

border-color css

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

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

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