Html Css Color HEX #958A09 Olive

📋 copy color: '#958A09'

red 149 ◦ green 138 ◦ blue 9

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

Shades of Olive #958A09

Tints of Olive #958A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.04%

R = 50.34%
G = 46.62%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#958A09 (or 0x958A09) is known color: Olive. HEX triplet: 95, 8A and 09. RGB value is (149,138,9). Sum of RGB (Red+Green+Blue) = 149+138+9=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #958A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A09 is #6A75F6. Grayscale: #7F7F7F. Windows color (decimal): -6977015 or 625301. OLE color: 625301.

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

Color convert

RGB 149 138 9 -
CMYK 0 0.07 0.94 0.42
HSL 55.29º 0.89% 0.31% -
HSV(B) 55.29º 0.94% 0.58% -
XYZ 21.53 24.59 3.87 -
YUV 126.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 149 138 9 0 0.07 0.94 0.42 55.29 0.89 0.31
Hex 95 8A 9 0 7 5E 2A 37 59 1F
Octal 225 212 11 0 7 136 52 67 131 37
Binary 10010101 10001010 1001 0 111 1011110 101010 110111 1011001 11111

Color Harmonies of #958A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A09

Black with #958A09

Text Example


Text Example

White with #958A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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