Html Css Color HEX #968F0A Olive

📋 copy color: '#968F0A'

red 150 ◦ green 143 ◦ blue 10

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

Shades of Olive #968F0A

Tints of Olive #968F0A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.19%

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

R = 49.5%
G = 47.19%
B = 3.3%

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

#968F0A (or 0x968F0A) is known color: Olive. HEX triplet: 96, 8F and 0A. RGB value is (150,143,10). Sum of RGB (Red+Green+Blue) = 150+143+10=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #968F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F0A is #6970F5. Grayscale: #828282. Windows color (decimal): -6910198 or 692118. OLE color: 692118.

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

Color convert

RGB 150 143 10 -
CMYK 0 0.05 0.93 0.41
HSL 57º 0.88% 0.31% -
HSV(B) 57º 0.93% 0.59% -
XYZ 22.45 26.15 4.15 -
YUV 129.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 150 143 10 0 0.05 0.93 0.41 57 0.88 0.31
Hex 96 8F A 0 5 5D 29 39 58 1F
Octal 226 217 12 0 5 135 51 71 130 37
Binary 10010110 10001111 1010 0 101 1011101 101001 111001 1011000 11111

Color Harmonies of #968F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968F0A

Black with #968F0A

Text Example


Text Example

White with #968F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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