Html Css Color HEX #869201 Olive

📋 copy color: '#869201'

red 134 ◦ green 146 ◦ blue 1

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

Shades of Olive #869201

Tints of Olive #869201

RGB

 RED value IS 134 (52.73% from 255) = 47.69%

 GREEN value IS 146 (57.42% from 255) = 51.96%

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

R = 47.69%
G = 51.96%
B = 0.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#869201 (or 0x869201) is known color: Olive. HEX triplet: 86, 92 and 01. RGB value is (134,146,1). Sum of RGB (Red+Green+Blue) = 134+146+1=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #869201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869201 is #796DFE. Grayscale: #7E7E7E. Windows color (decimal): -7958015 or 103046. OLE color: 103046.

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

Color convert

RGB 134 146 1 -
CMYK 0.08 0 0.99 0.43
HSL 64.97º 0.99% 0.29% -
HSV(B) 64.97º 0.99% 0.57% -
XYZ 20.12 25.63 3.92 -
YUV 125.88 57.52 133.79 -
System Red Green Blue C M Y K H S L
Decimal 134 146 1 0.08 0 0.99 0.43 64.97 0.99 0.29
Hex 86 92 1 8 0 63 2B 41 63 1D
Octal 206 222 1 10 0 143 53 101 143 35
Binary 10000110 10010010 1 1000 0 1100011 101011 1000001 1100011 11101

Color Harmonies of #869201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869201

Black with #869201

Text Example


Text Example

White with #869201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869201; }

 p { color: rgb(134,146,1); }

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

background-color css

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

 a { background-color: rgb(134,146,1); }

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

border-color css

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

 span { border-color: rgb(134,146,1); }

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