Html Css Color HEX #869B01 Olive

📋 copy color: '#869B01'

red 134 ◦ green 155 ◦ blue 1

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

Shades of Olive #869B01

Tints of Olive #869B01

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.45%

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

R = 46.21%
G = 53.45%
B = 0.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#869B01 (or 0x869B01) is known color: Olive. HEX triplet: 86, 9B and 01. RGB value is (134,155,1). Sum of RGB (Red+Green+Blue) = 134+155+1=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #869B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869B01 is #7964FE. Grayscale: #838383. Windows color (decimal): -7955711 or 105350. OLE color: 105350.

HSL color Cylindrical-coordinate representation of color #869B01: hue angle of 68.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #869B01 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 1 -
CMYK 0.14 0 0.99 0.39
HSL 68.18º 0.99% 0.31% -
HSV(B) 68.18º 0.99% 0.61% -
XYZ 21.56 28.51 4.4 -
YUV 131.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 134 155 1 0.14 0 0.99 0.39 68.18 0.99 0.31
Hex 86 9B 1 E 0 63 27 44 63 1F
Octal 206 233 1 16 0 143 47 104 143 37
Binary 10000110 10011011 1 1110 0 1100011 100111 1000100 1100011 11111

Color Harmonies of #869B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B01

Black with #869B01

Text Example


Text Example

White with #869B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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