Html Css Color HEX #859401 Olive

📋 copy color: '#859401'

red 133 ◦ green 148 ◦ blue 1

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

Shades of Olive #859401

Tints of Olive #859401

RGB

 RED value IS 133 (52.34% from 255) = 47.16%

 GREEN value IS 148 (58.2% from 255) = 52.48%

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

R = 47.16%
G = 52.48%
B = 0.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#859401 (or 0x859401) is known color: Olive. HEX triplet: 85, 94 and 01. RGB value is (133,148,1). Sum of RGB (Red+Green+Blue) = 133+148+1=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #859401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859401 is #7A6BFE. Grayscale: #7F7F7F. Windows color (decimal): -8023039 or 103557. OLE color: 103557.

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

Color convert

RGB 133 148 1 -
CMYK 0.10 0 0.99 0.42
HSL 66.12º 0.99% 0.29% -
HSV(B) 66.12º 0.99% 0.58% -
XYZ 20.27 26.17 4.01 -
YUV 126.76 57.03 132.45 -
System Red Green Blue C M Y K H S L
Decimal 133 148 1 0.10 0 0.99 0.42 66.12 0.99 0.29
Hex 85 94 1 A 0 63 2A 42 63 1D
Octal 205 224 1 12 0 143 52 102 143 35
Binary 10000101 10010100 1 1010 0 1100011 101010 1000010 1100011 11101

Color Harmonies of #859401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859401

Black with #859401

Text Example


Text Example

White with #859401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859401; }

 p { color: rgb(133,148,1); }

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

background-color css

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

 a { background-color: rgb(133,148,1); }

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

border-color css

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

 span { border-color: rgb(133,148,1); }

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