Html Css Color HEX #869002 Olive

📋 copy color: '#869002'

red 134 ◦ green 144 ◦ blue 2

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

Shades of Olive #869002

Tints of Olive #869002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.43%

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

R = 47.86%
G = 51.43%
B = 0.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#869002 (or 0x869002) is known color: Olive. HEX triplet: 86, 90 and 02. RGB value is (134,144,2). Sum of RGB (Red+Green+Blue) = 134+144+2=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #869002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869002 is #796FFD. Grayscale: #7D7D7D. Windows color (decimal): -7958526 or 168070. OLE color: 168070.

HSL color Cylindrical-coordinate representation of color #869002: hue angle of 64.23º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #869002 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 2 -
CMYK 0.07 0 0.99 0.44
HSL 64.23º 0.97% 0.29% -
HSV(B) 64.23º 0.99% 0.56% -
XYZ 19.82 25.02 3.84 -
YUV 124.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 134 144 2 0.07 0 0.99 0.44 64.23 0.97 0.29
Hex 86 90 2 7 0 63 2C 40 61 1D
Octal 206 220 2 7 0 143 54 100 141 35
Binary 10000110 10010000 10 111 0 1100011 101100 1000000 1100001 11101

Color Harmonies of #869002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869002

Black with #869002

Text Example


Text Example

White with #869002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869002; }

 p { color: rgb(134,144,2); }

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

background-color css

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

 a { background-color: rgb(134,144,2); }

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

border-color css

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

 span { border-color: rgb(134,144,2); }

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