Html Css Color HEX #968B05 Olive

📋 copy color: '#968B05'

red 150 ◦ green 139 ◦ blue 5

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

Shades of Olive #968B05

Tints of Olive #968B05

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.28%

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

R = 51.02%
G = 47.28%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#968B05 (or 0x968B05) is known color: Olive. HEX triplet: 96, 8B and 05. RGB value is (150,139,5). Sum of RGB (Red+Green+Blue) = 150+139+5=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #968B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968B05 is #6974FA. Grayscale: #7F7F7F. Windows color (decimal): -6911227 or 363414. OLE color: 363414.

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

Color convert

RGB 150 139 5 -
CMYK 0 0.07 0.97 0.41
HSL 55.45º 0.94% 0.3% -
HSV(B) 55.45º 0.97% 0.59% -
XYZ 21.84 24.96 3.81 -
YUV 127.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 150 139 5 0 0.07 0.97 0.41 55.45 0.94 0.3
Hex 96 8B 5 0 7 61 29 37 5E 1E
Octal 226 213 5 0 7 141 51 67 136 36
Binary 10010110 10001011 101 0 111 1100001 101001 110111 1011110 11110

Color Harmonies of #968B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B05

Black with #968B05

Text Example


Text Example

White with #968B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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