Html Css Color HEX #787A02 Olive

📋 copy color: '#787A02'

red 120 ◦ green 122 ◦ blue 2

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

Shades of Olive #787A02

Tints of Olive #787A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50%

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

R = 49.18%
G = 50%
B = 0.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#787A02 (or 0x787A02) is known color: Olive. HEX triplet: 78, 7A and 02. RGB value is (120,122,2). Sum of RGB (Red+Green+Blue) = 120+122+2=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #787A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787A02 is #8785FD. Grayscale: #6C6C6C. Windows color (decimal): -8881662 or 162424. OLE color: 162424.

HSL color Cylindrical-coordinate representation of color #787A02: hue angle of 61º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #787A02 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 122 2 -
CMYK 0.02 0 0.98 0.52
HSL 61º 0.97% 0.24% -
HSV(B) 61º 0.98% 0.48% -
XYZ 14.72 17.92 2.74 -
YUV 107.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 120 122 2 0.02 0 0.98 0.52 61 0.97 0.24
Hex 78 7A 2 2 0 62 34 3D 61 18
Octal 170 172 2 2 0 142 64 75 141 30
Binary 1111000 1111010 10 10 0 1100010 110100 111101 1100001 11000

Color Harmonies of #787A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787A02

Black with #787A02

Text Example


Text Example

White with #787A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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