Html Css Color HEX #968205 Olive

📋 copy color: '#968205'

red 150 ◦ green 130 ◦ blue 5

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

Shades of Olive #968205

Tints of Olive #968205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

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

R = 52.63%
G = 45.61%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#968205 (or 0x968205) is known color: Olive. HEX triplet: 96, 82 and 05. RGB value is (150,130,5). Sum of RGB (Red+Green+Blue) = 150+130+5=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #968205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968205 is #697DFA. Grayscale: #7A7A7A. Windows color (decimal): -6913531 or 361110. OLE color: 361110.

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

Color convert

RGB 150 130 5 -
CMYK 0 0.13 0.97 0.41
HSL 51.72º 0.94% 0.3% -
HSV(B) 51.72º 0.97% 0.59% -
XYZ 20.59 22.46 3.39 -
YUV 121.73 62.13 148.16 -
System Red Green Blue C M Y K H S L
Decimal 150 130 5 0 0.13 0.97 0.41 51.72 0.94 0.3
Hex 96 82 5 0 D 61 29 34 5E 1E
Octal 226 202 5 0 15 141 51 64 136 36
Binary 10010110 10000010 101 0 1101 1100001 101001 110100 1011110 11110

Color Harmonies of #968205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968205

Black with #968205

Text Example


Text Example

White with #968205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968205; }

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

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

background-color css

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

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

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

border-color css

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

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

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