Html Css Color HEX #968A0C Olive

📋 copy color: '#968A0C'

red 150 ◦ green 138 ◦ blue 12

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

Shades of Olive #968A0C

Tints of Olive #968A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46%

 BLUE value IS 12 (5.08% from 255) = 4%

R = 50%
G = 46%
B = 4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#968A0C (or 0x968A0C) is known color: Olive. HEX triplet: 96, 8A and 0C. RGB value is (150,138,12). Sum of RGB (Red+Green+Blue) = 150+138+12=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #968A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A0C is #6975F3. Grayscale: #7F7F7F. Windows color (decimal): -6911476 or 821910. OLE color: 821910.

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

Color convert

RGB 150 138 12 -
CMYK 0 0.08 0.92 0.41
HSL 54.78º 0.85% 0.32% -
HSV(B) 54.78º 0.92% 0.59% -
XYZ 21.73 24.69 3.97 -
YUV 127.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 150 138 12 0 0.08 0.92 0.41 54.78 0.85 0.32
Hex 96 8A C 0 8 5C 29 37 55 20
Octal 226 212 14 0 10 134 51 67 125 40
Binary 10010110 10001010 1100 0 1000 1011100 101001 110111 1010101 100000

Color Harmonies of #968A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A0C

Black with #968A0C

Text Example


Text Example

White with #968A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,138,12); }

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

background-color css

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

 a { background-color: rgb(150,138,12); }

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

border-color css

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

 span { border-color: rgb(150,138,12); }

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