Html Css Color HEX #958A0A Olive

📋 copy color: '#958A0A'

red 149 ◦ green 138 ◦ blue 10

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

Shades of Olive #958A0A

Tints of Olive #958A0A

RGB

 RED value IS 149 (58.59% from 255) = 50.17%

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

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

R = 50.17%
G = 46.46%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#958A0A (or 0x958A0A) is known color: Olive. HEX triplet: 95, 8A and 0A. RGB value is (149,138,10). Sum of RGB (Red+Green+Blue) = 149+138+10=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #958A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A0A is #6A75F5. Grayscale: #7F7F7F. Windows color (decimal): -6977014 or 690837. OLE color: 690837.

HSL color Cylindrical-coordinate representation of color #958A0A: hue angle of 55.25º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #958A0A is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 138 10 -
CMYK 0 0.07 0.93 0.42
HSL 55.25º 0.87% 0.31% -
HSV(B) 55.25º 0.93% 0.58% -
XYZ 21.54 24.59 3.9 -
YUV 126.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 149 138 10 0 0.07 0.93 0.42 55.25 0.87 0.31
Hex 95 8A A 0 7 5D 2A 37 57 1F
Octal 225 212 12 0 7 135 52 67 127 37
Binary 10010101 10001010 1010 0 111 1011101 101010 110111 1010111 11111

Color Harmonies of #958A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A0A

Black with #958A0A

Text Example


Text Example

White with #958A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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