Html Css Color HEX #957907 Olive

📋 copy color: '#957907'

red 149 ◦ green 121 ◦ blue 7

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

Shades of Olive #957907

Tints of Olive #957907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.53%

R = 53.79%
G = 43.68%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#957907 (or 0x957907) is known color: Olive. HEX triplet: 95, 79 and 07. RGB value is (149,121,7). Sum of RGB (Red+Green+Blue) = 149+121+7=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #957907 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957907 is #6A86F8. Grayscale: #747474. Windows color (decimal): -6981369 or 489877. OLE color: 489877.

HSL color Cylindrical-coordinate representation of color #957907: hue angle of 48.17º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #957907 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 7 -
CMYK 0 0.19 0.95 0.42
HSL 48.17º 0.91% 0.31% -
HSV(B) 48.17º 0.95% 0.58% -
XYZ 19.27 20.08 3.06 -
YUV 116.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 149 121 7 0 0.19 0.95 0.42 48.17 0.91 0.31
Hex 95 79 7 0 13 5F 2A 30 5B 1F
Octal 225 171 7 0 23 137 52 60 133 37
Binary 10010101 1111001 111 0 10011 1011111 101010 110000 1011011 11111

Color Harmonies of #957907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957907

Black with #957907

Text Example


Text Example

White with #957907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957907; }

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

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

background-color css

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

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

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

border-color css

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

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

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