Html Css Color HEX #958702 Olive

📋 copy color: '#958702'

red 149 ◦ green 135 ◦ blue 2

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

Shades of Olive #958702

Tints of Olive #958702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.2%

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

R = 52.1%
G = 47.2%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#958702 (or 0x958702) is known color: Olive. HEX triplet: 95, 87 and 02. RGB value is (149,135,2). Sum of RGB (Red+Green+Blue) = 149+135+2=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #958702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958702 is #6A78FD. Grayscale: #7C7C7C. Windows color (decimal): -6977790 or 165781. OLE color: 165781.

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

Color convert

RGB 149 135 2 -
CMYK 0 0.09 0.99 0.42
HSL 54.29º 0.97% 0.3% -
HSV(B) 54.29º 0.99% 0.58% -
XYZ 21.07 23.72 3.53 -
YUV 124.02 59.14 145.81 -
System Red Green Blue C M Y K H S L
Decimal 149 135 2 0 0.09 0.99 0.42 54.29 0.97 0.3
Hex 95 87 2 0 9 63 2A 36 61 1E
Octal 225 207 2 0 11 143 52 66 141 36
Binary 10010101 10000111 10 0 1001 1100011 101010 110110 1100001 11110

Color Harmonies of #958702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958702

Black with #958702

Text Example


Text Example

White with #958702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958702; }

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

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

background-color css

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

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

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

border-color css

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

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

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