Html Css Color HEX #879002 Olive

📋 copy color: '#879002'

red 135 ◦ green 144 ◦ blue 2

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

Shades of Olive #879002

Tints of Olive #879002

RGB

 RED value IS 135 (53.13% from 255) = 48.04%

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

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

R = 48.04%
G = 51.25%
B = 0.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#879002 (or 0x879002) is known color: Olive. HEX triplet: 87, 90 and 02. RGB value is (135,144,2). Sum of RGB (Red+Green+Blue) = 135+144+2=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #879002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879002 is #786FFD. Grayscale: #7D7D7D. Windows color (decimal): -7892990 or 168071. OLE color: 168071.

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

Color convert

RGB 135 144 2 -
CMYK 0.06 0 0.99 0.44
HSL 63.8º 0.97% 0.29% -
HSV(B) 63.8º 0.99% 0.56% -
XYZ 19.98 25.1 3.85 -
YUV 125.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 135 144 2 0.06 0 0.99 0.44 63.8 0.97 0.29
Hex 87 90 2 6 0 63 2C 40 61 1D
Octal 207 220 2 6 0 143 54 100 141 35
Binary 10000111 10010000 10 110 0 1100011 101100 1000000 1100001 11101

Color Harmonies of #879002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879002

Black with #879002

Text Example


Text Example

White with #879002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879002; }

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

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

background-color css

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

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

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

border-color css

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

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

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