Html Css Color HEX #958101 Olive

📋 copy color: '#958101'

red 149 ◦ green 129 ◦ blue 1

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

Shades of Olive #958101

Tints of Olive #958101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.24%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 53.41%
G = 46.24%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#958101 (or 0x958101) is known color: Olive. HEX triplet: 95, 81 and 01. RGB value is (149,129,1). Sum of RGB (Red+Green+Blue) = 149+129+1=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #958101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958101 is #6A7EFE. Grayscale: #787878. Windows color (decimal): -6979327 or 98709. OLE color: 98709.

HSL color Cylindrical-coordinate representation of color #958101: hue angle of 51.89º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #958101 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 1 -
CMYK 0 0.13 0.99 0.42
HSL 51.89º 0.99% 0.29% -
HSV(B) 51.89º 0.99% 0.58% -
XYZ 20.25 22.09 3.23 -
YUV 120.39 60.63 148.41 -
System Red Green Blue C M Y K H S L
Decimal 149 129 1 0 0.13 0.99 0.42 51.89 0.99 0.29
Hex 95 81 1 0 D 63 2A 34 63 1D
Octal 225 201 1 0 15 143 52 64 143 35
Binary 10010101 10000001 1 0 1101 1100011 101010 110100 1100011 11101

Color Harmonies of #958101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958101

Black with #958101

Text Example


Text Example

White with #958101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958101; }

 p { color: rgb(149,129,1); }

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

background-color css

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

 a { background-color: rgb(149,129,1); }

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

border-color css

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

 span { border-color: rgb(149,129,1); }

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