Html Css Color HEX #957F01 Olive

📋 copy color: '#957F01'

red 149 ◦ green 127 ◦ blue 1

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

Shades of Olive #957F01

Tints of Olive #957F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 53.79%
G = 45.85%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#957F01 (or 0x957F01) is known color: Olive. HEX triplet: 95, 7F and 01. RGB value is (149,127,1). Sum of RGB (Red+Green+Blue) = 149+127+1=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #957F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F01 is #6A80FE. Grayscale: #777777. Windows color (decimal): -6979839 or 98197. OLE color: 98197.

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

Color convert

RGB 149 127 1 -
CMYK 0 0.15 0.99 0.42
HSL 51.08º 0.99% 0.29% -
HSV(B) 51.08º 0.99% 0.58% -
XYZ 19.99 21.57 3.14 -
YUV 119.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 149 127 1 0 0.15 0.99 0.42 51.08 0.99 0.29
Hex 95 7F 1 0 F 63 2A 33 63 1D
Octal 225 177 1 0 17 143 52 63 143 35
Binary 10010101 1111111 1 0 1111 1100011 101010 110011 1100011 11101

Color Harmonies of #957F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F01

Black with #957F01

Text Example


Text Example

White with #957F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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