Html Css Color HEX #958207 Olive

📋 copy color: '#958207'

red 149 ◦ green 130 ◦ blue 7

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

Shades of Olive #958207

Tints of Olive #958207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

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

R = 52.1%
G = 45.45%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#958207 (or 0x958207) is known color: Olive. HEX triplet: 95, 82 and 07. RGB value is (149,130,7). Sum of RGB (Red+Green+Blue) = 149+130+7=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #958207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958207 is #6A7DF8. Grayscale: #7A7A7A. Windows color (decimal): -6979065 or 492181. OLE color: 492181.

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

Color convert

RGB 149 130 7 -
CMYK 0 0.13 0.95 0.42
HSL 51.97º 0.91% 0.31% -
HSV(B) 51.97º 0.95% 0.58% -
XYZ 20.42 22.37 3.44 -
YUV 121.66 63.29 147.5 -
System Red Green Blue C M Y K H S L
Decimal 149 130 7 0 0.13 0.95 0.42 51.97 0.91 0.31
Hex 95 82 7 0 D 5F 2A 34 5B 1F
Octal 225 202 7 0 15 137 52 64 133 37
Binary 10010101 10000010 111 0 1101 1011111 101010 110100 1011011 11111

Color Harmonies of #958207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958207

Black with #958207

Text Example


Text Example

White with #958207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958207; }

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

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

background-color css

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

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

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

border-color css

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

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

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