Html Css Color HEX #957902 Olive

📋 copy color: '#957902'

red 149 ◦ green 121 ◦ blue 2

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

Shades of Olive #957902

Tints of Olive #957902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.49%

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

R = 54.78%
G = 44.49%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#957902 (or 0x957902) is known color: Olive. HEX triplet: 95, 79 and 02. RGB value is (149,121,2). Sum of RGB (Red+Green+Blue) = 149+121+2=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #957902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957902 is #6A86FD. Grayscale: #747474. Windows color (decimal): -6981374 or 162197. OLE color: 162197.

HSL color Cylindrical-coordinate representation of color #957902: hue angle of 48.57º 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 #957902 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 2 -
CMYK 0 0.19 0.99 0.42
HSL 48.57º 0.97% 0.3% -
HSV(B) 48.57º 0.99% 0.58% -
XYZ 19.24 20.07 2.92 -
YUV 115.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 149 121 2 0 0.19 0.99 0.42 48.57 0.97 0.3
Hex 95 79 2 0 13 63 2A 31 61 1E
Octal 225 171 2 0 23 143 52 61 141 36
Binary 10010101 1111001 10 0 10011 1100011 101010 110001 1100001 11110

Color Harmonies of #957902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957902

Black with #957902

Text Example


Text Example

White with #957902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957902; }

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

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

background-color css

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

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

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

border-color css

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

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

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