Html Css Color HEX #869401 Olive

📋 copy color: '#869401'

red 134 ◦ green 148 ◦ blue 1

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

Shades of Olive #869401

Tints of Olive #869401

RGB

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

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

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

R = 47.35%
G = 52.3%
B = 0.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#869401 (or 0x869401) is known color: Olive. HEX triplet: 86, 94 and 01. RGB value is (134,148,1). Sum of RGB (Red+Green+Blue) = 134+148+1=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #869401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869401 is #796BFE. Grayscale: #7F7F7F. Windows color (decimal): -7957503 or 103558. OLE color: 103558.

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

Color convert

RGB 134 148 1 -
CMYK 0.09 0 0.99 0.42
HSL 65.71º 0.99% 0.29% -
HSV(B) 65.71º 0.99% 0.58% -
XYZ 20.43 26.25 4.02 -
YUV 127.06 56.86 132.95 -
System Red Green Blue C M Y K H S L
Decimal 134 148 1 0.09 0 0.99 0.42 65.71 0.99 0.29
Hex 86 94 1 9 0 63 2A 42 63 1D
Octal 206 224 1 11 0 143 52 102 143 35
Binary 10000110 10010100 1 1001 0 1100011 101010 1000010 1100011 11101

Color Harmonies of #869401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869401

Black with #869401

Text Example


Text Example

White with #869401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869401; }

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

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

background-color css

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

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

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

border-color css

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

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

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