Html Css Color HEX #859402 Olive

📋 copy color: '#859402'

red 133 ◦ green 148 ◦ blue 2

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

Shades of Olive #859402

Tints of Olive #859402

RGB

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

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

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

R = 47%
G = 52.3%
B = 0.71%

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

#859402 (or 0x859402) is known color: Olive. HEX triplet: 85, 94 and 02. RGB value is (133,148,2). Sum of RGB (Red+Green+Blue) = 133+148+2=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #859402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859402 is #7A6BFD. Grayscale: #7F7F7F. Windows color (decimal): -8023038 or 169093. OLE color: 169093.

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

Color convert

RGB 133 148 2 -
CMYK 0.10 0 0.99 0.42
HSL 66.16º 0.97% 0.29% -
HSV(B) 66.16º 0.99% 0.58% -
XYZ 20.27 26.17 4.04 -
YUV 126.87 57.53 132.37 -
System Red Green Blue C M Y K H S L
Decimal 133 148 2 0.10 0 0.99 0.42 66.16 0.97 0.29
Hex 85 94 2 A 0 63 2A 42 61 1D
Octal 205 224 2 12 0 143 52 102 141 35
Binary 10000101 10010100 10 1010 0 1100011 101010 1000010 1100001 11101

Color Harmonies of #859402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859402

Black with #859402

Text Example


Text Example

White with #859402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859402; }

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

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

background-color css

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

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

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

border-color css

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

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

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