Html Css Color HEX #958C01 Olive

📋 copy color: '#958C01'

red 149 ◦ green 140 ◦ blue 1

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

Shades of Olive #958C01

Tints of Olive #958C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.28%

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

R = 51.38%
G = 48.28%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#958C01 (or 0x958C01) is known color: Olive. HEX triplet: 95, 8C and 01. RGB value is (149,140,1). Sum of RGB (Red+Green+Blue) = 149+140+1=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #958C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958C01 is #6A73FE. Grayscale: #7F7F7F. Windows color (decimal): -6976511 or 101525. OLE color: 101525.

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

Color convert

RGB 149 140 1 -
CMYK 0 0.06 0.99 0.42
HSL 56.35º 0.99% 0.29% -
HSV(B) 56.35º 0.99% 0.58% -
XYZ 21.78 25.15 3.73 -
YUV 126.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 149 140 1 0 0.06 0.99 0.42 56.35 0.99 0.29
Hex 95 8C 1 0 6 63 2A 38 63 1D
Octal 225 214 1 0 6 143 52 70 143 35
Binary 10010101 10001100 1 0 110 1100011 101010 111000 1100011 11101

Color Harmonies of #958C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C01

Black with #958C01

Text Example


Text Example

White with #958C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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