Html Css Color HEX #957F06 Olive

📋 copy color: '#957F06'

red 149 ◦ green 127 ◦ blue 6

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

Shades of Olive #957F06

Tints of Olive #957F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.13%

R = 52.84%
G = 45.04%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#957F06 (or 0x957F06) is known color: Olive. HEX triplet: 95, 7F and 06. RGB value is (149,127,6). Sum of RGB (Red+Green+Blue) = 149+127+6=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #957F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F06 is #6A80F9. Grayscale: #787878. Windows color (decimal): -6979834 or 425877. OLE color: 425877.

HSL color Cylindrical-coordinate representation of color #957F06: hue angle of 50.77º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #957F06 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 127 6 -
CMYK 0 0.15 0.96 0.42
HSL 50.77º 0.92% 0.3% -
HSV(B) 50.77º 0.96% 0.58% -
XYZ 20.02 21.58 3.28 -
YUV 119.78 63.79 148.84 -
System Red Green Blue C M Y K H S L
Decimal 149 127 6 0 0.15 0.96 0.42 50.77 0.92 0.3
Hex 95 7F 6 0 F 60 2A 33 5C 1E
Octal 225 177 6 0 17 140 52 63 134 36
Binary 10010101 1111111 110 0 1111 1100000 101010 110011 1011100 11110

Color Harmonies of #957F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F06

Black with #957F06

Text Example


Text Example

White with #957F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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