Html Css Color HEX #957F02 Olive

📋 copy color: '#957F02'

red 149 ◦ green 127 ◦ blue 2

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

Shades of Olive #957F02

Tints of Olive #957F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 53.6%
G = 45.68%
B = 0.72%

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

#957F02 (or 0x957F02) is known color: Olive. HEX triplet: 95, 7F and 02. RGB value is (149,127,2). Sum of RGB (Red+Green+Blue) = 149+127+2=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #957F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F02 is #6A80FD. Grayscale: #777777. Windows color (decimal): -6979838 or 163733. OLE color: 163733.

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

Color convert

RGB 149 127 2 -
CMYK 0 0.15 0.99 0.42
HSL 51.02º 0.97% 0.3% -
HSV(B) 51.02º 0.99% 0.58% -
XYZ 19.99 21.57 3.17 -
YUV 119.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 149 127 2 0 0.15 0.99 0.42 51.02 0.97 0.3
Hex 95 7F 2 0 F 63 2A 33 61 1E
Octal 225 177 2 0 17 143 52 63 141 36
Binary 10010101 1111111 10 0 1111 1100011 101010 110011 1100001 11110

Color Harmonies of #957F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F02

Black with #957F02

Text Example


Text Example

White with #957F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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