Html Css Color HEX #957F09 Olive

📋 copy color: '#957F09'

red 149 ◦ green 127 ◦ blue 9

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

Shades of Olive #957F09

Tints of Olive #957F09

RGB

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

 GREEN value IS 127 (50% from 255) = 44.56%

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

R = 52.28%
G = 44.56%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#957F09 (or 0x957F09) is known color: Olive. HEX triplet: 95, 7F and 09. RGB value is (149,127,9). Sum of RGB (Red+Green+Blue) = 149+127+9=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #957F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F09 is #6A80F6. Grayscale: #787878. Windows color (decimal): -6979831 or 622485. OLE color: 622485.

HSL color Cylindrical-coordinate representation of color #957F09: hue angle of 50.57º 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 #957F09 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 127 9 -
CMYK 0 0.15 0.94 0.42
HSL 50.57º 0.89% 0.31% -
HSV(B) 50.57º 0.94% 0.58% -
XYZ 20.03 21.59 3.37 -
YUV 120.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 149 127 9 0 0.15 0.94 0.42 50.57 0.89 0.31
Hex 95 7F 9 0 F 5E 2A 33 59 1F
Octal 225 177 11 0 17 136 52 63 131 37
Binary 10010101 1111111 1001 0 1111 1011110 101010 110011 1011001 11111

Color Harmonies of #957F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F09

Black with #957F09

Text Example


Text Example

White with #957F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957F09; }

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

 H1.HeaderClassName
 {
   color: #957F09;
 }
 .AnyTagClassName
 {
   color: #957F09;
 }
</style>

background-color css

<style>
 a { background-color: #957F09; }

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

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

border-color css

<style>
 span { border-color: #957F09; }

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

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