Html Css Color HEX #968C05 Olive

📋 copy color: '#968C05'

red 150 ◦ green 140 ◦ blue 5

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

Shades of Olive #968C05

Tints of Olive #968C05

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

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

R = 50.85%
G = 47.46%
B = 1.69%

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

#968C05 (or 0x968C05) is known color: Olive. HEX triplet: 96, 8C and 05. RGB value is (150,140,5). Sum of RGB (Red+Green+Blue) = 150+140+5=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #968C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C05 is #6973FA. Grayscale: #808080. Windows color (decimal): -6910971 or 363670. OLE color: 363670.

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

Color convert

RGB 150 140 5 -
CMYK 0 0.07 0.97 0.41
HSL 55.86º 0.94% 0.3% -
HSV(B) 55.86º 0.97% 0.59% -
XYZ 21.98 25.25 3.86 -
YUV 127.6 58.81 143.98 -
System Red Green Blue C M Y K H S L
Decimal 150 140 5 0 0.07 0.97 0.41 55.86 0.94 0.3
Hex 96 8C 5 0 7 61 29 38 5E 1E
Octal 226 214 5 0 7 141 51 70 136 36
Binary 10010110 10001100 101 0 111 1100001 101001 111000 1011110 11110

Color Harmonies of #968C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C05

Black with #968C05

Text Example


Text Example

White with #968C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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