Html Css Color HEX #787002 Olive

📋 copy color: '#787002'

red 120 ◦ green 112 ◦ blue 2

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

Shades of Olive #787002

Tints of Olive #787002

RGB

 RED value IS 120 (47.27% from 255) = 51.28%

 GREEN value IS 112 (44.14% from 255) = 47.86%

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

R = 51.28%
G = 47.86%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#787002 (or 0x787002) is known color: Olive. HEX triplet: 78, 70 and 02. RGB value is (120,112,2). Sum of RGB (Red+Green+Blue) = 120+112+2=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #787002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787002 is #878FFD. Grayscale: #666666. Windows color (decimal): -8884222 or 159864. OLE color: 159864.

HSL color Cylindrical-coordinate representation of color #787002: hue angle of 55.93º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #787002 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 2 -
CMYK 0 0.07 0.98 0.53
HSL 55.93º 0.97% 0.24% -
HSV(B) 55.93º 0.98% 0.47% -
XYZ 13.55 15.59 2.35 -
YUV 101.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 120 112 2 0 0.07 0.98 0.53 55.93 0.97 0.24
Hex 78 70 2 0 7 62 35 38 61 18
Octal 170 160 2 0 7 142 65 70 141 30
Binary 1111000 1110000 10 0 111 1100010 110101 111000 1100001 11000

Color Harmonies of #787002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787002

Black with #787002

Text Example


Text Example

White with #787002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787002; }

 p { color: rgb(120,112,2); }

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

background-color css

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

 a { background-color: rgb(120,112,2); }

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

border-color css

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

 span { border-color: rgb(120,112,2); }

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