Html Css Color HEX #968E0A Olive

📋 copy color: '#968E0A'

red 150 ◦ green 142 ◦ blue 10

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

Shades of Olive #968E0A

Tints of Olive #968E0A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.02%

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 49.67%
G = 47.02%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#968E0A (or 0x968E0A) is known color: Olive. HEX triplet: 96, 8E and 0A. RGB value is (150,142,10). Sum of RGB (Red+Green+Blue) = 150+142+10=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #968E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968E0A is #6971F5. Grayscale: #818181. Windows color (decimal): -6910454 or 691862. OLE color: 691862.

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

Color convert

RGB 150 142 10 -
CMYK 0 0.05 0.93 0.41
HSL 56.57º 0.88% 0.31% -
HSV(B) 56.57º 0.93% 0.59% -
XYZ 22.31 25.85 4.1 -
YUV 129.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 150 142 10 0 0.05 0.93 0.41 56.57 0.88 0.31
Hex 96 8E A 0 5 5D 29 39 58 1F
Octal 226 216 12 0 5 135 51 71 130 37
Binary 10010110 10001110 1010 0 101 1011101 101001 111001 1011000 11111

Color Harmonies of #968E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E0A

Black with #968E0A

Text Example


Text Example

White with #968E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,142,10); }

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

background-color css

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

 a { background-color: rgb(150,142,10); }

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

border-color css

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

 span { border-color: rgb(150,142,10); }

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