Html Css Color HEX #958607 Olive

📋 copy color: '#958607'

red 149 ◦ green 134 ◦ blue 7

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

Shades of Olive #958607

Tints of Olive #958607

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.21%

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

R = 51.38%
G = 46.21%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#958607 (or 0x958607) is known color: Olive. HEX triplet: 95, 86 and 07. RGB value is (149,134,7). Sum of RGB (Red+Green+Blue) = 149+134+7=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #958607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958607 is #6A79F8. Grayscale: #7C7C7C. Windows color (decimal): -6978041 or 493205. OLE color: 493205.

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

Color convert

RGB 149 134 7 -
CMYK 0 0.10 0.95 0.42
HSL 53.66º 0.91% 0.31% -
HSV(B) 53.66º 0.95% 0.58% -
XYZ 20.96 23.46 3.62 -
YUV 124.01 61.97 145.83 -
System Red Green Blue C M Y K H S L
Decimal 149 134 7 0 0.10 0.95 0.42 53.66 0.91 0.31
Hex 95 86 7 0 A 5F 2A 36 5B 1F
Octal 225 206 7 0 12 137 52 66 133 37
Binary 10010101 10000110 111 0 1010 1011111 101010 110110 1011011 11111

Color Harmonies of #958607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958607

Black with #958607

Text Example


Text Example

White with #958607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958607; }

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

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

background-color css

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

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

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

border-color css

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

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

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