Html Css Color HEX #968C0B Olive

📋 copy color: '#968C0B'

red 150 ◦ green 140 ◦ blue 11

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

Shades of Olive #968C0B

Tints of Olive #968C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 49.83%
G = 46.51%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#968C0B (or 0x968C0B) is known color: Olive. HEX triplet: 96, 8C and 0B. RGB value is (150,140,11). Sum of RGB (Red+Green+Blue) = 150+140+11=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #968C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C0B is #6973F4. Grayscale: #808080. Windows color (decimal): -6910965 or 756886. OLE color: 756886.

HSL color Cylindrical-coordinate representation of color #968C0B: hue angle of 55.68º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #968C0B is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 140 11 -
CMYK 0 0.07 0.93 0.41
HSL 55.68º 0.86% 0.32% -
HSV(B) 55.68º 0.93% 0.59% -
XYZ 22.02 25.26 4.03 -
YUV 128.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 150 140 11 0 0.07 0.93 0.41 55.68 0.86 0.32
Hex 96 8C B 0 7 5D 29 38 56 20
Octal 226 214 13 0 7 135 51 70 126 40
Binary 10010110 10001100 1011 0 111 1011101 101001 111000 1010110 100000

Color Harmonies of #968C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968C0B

Black with #968C0B

Text Example


Text Example

White with #968C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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