Html Css Color HEX #968A0A Olive

📋 copy color: '#968A0A'

red 150 ◦ green 138 ◦ blue 10

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

Shades of Olive #968A0A

Tints of Olive #968A0A

RGB

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

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

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

R = 50.34%
G = 46.31%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#968A0A (or 0x968A0A) is known color: Olive. HEX triplet: 96, 8A and 0A. RGB value is (150,138,10). Sum of RGB (Red+Green+Blue) = 150+138+10=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #968A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A0A is #6975F5. Grayscale: #7F7F7F. Windows color (decimal): -6911478 or 690838. OLE color: 690838.

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

Color convert

RGB 150 138 10 -
CMYK 0 0.08 0.93 0.41
HSL 54.86º 0.88% 0.31% -
HSV(B) 54.86º 0.93% 0.59% -
XYZ 21.72 24.68 3.91 -
YUV 127 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 150 138 10 0 0.08 0.93 0.41 54.86 0.88 0.31
Hex 96 8A A 0 8 5D 29 37 58 1F
Octal 226 212 12 0 10 135 51 67 130 37
Binary 10010110 10001010 1010 0 1000 1011101 101001 110111 1011000 11111

Color Harmonies of #968A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A0A

Black with #968A0A

Text Example


Text Example

White with #968A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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