Html Css Color HEX #789502 Olive

📋 copy color: '#789502'

red 120 ◦ green 149 ◦ blue 2

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

Shades of Olive #789502

Tints of Olive #789502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.98%

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

R = 44.28%
G = 54.98%
B = 0.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#789502 (or 0x789502) is known color: Olive. HEX triplet: 78, 95 and 02. RGB value is (120,149,2). Sum of RGB (Red+Green+Blue) = 120+149+2=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #789502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789502 is #876AFD. Grayscale: #7C7C7C. Windows color (decimal): -8874750 or 169336. OLE color: 169336.

HSL color Cylindrical-coordinate representation of color #789502: hue angle of 71.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #789502 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 149 2 -
CMYK 0.19 0 0.99 0.42
HSL 71.84º 0.97% 0.3% -
HSV(B) 71.84º 0.99% 0.58% -
XYZ 18.5 25.49 4 -
YUV 123.57 59.39 125.45 -
System Red Green Blue C M Y K H S L
Decimal 120 149 2 0.19 0 0.99 0.42 71.84 0.97 0.3
Hex 78 95 2 13 0 63 2A 48 61 1E
Octal 170 225 2 23 0 143 52 110 141 36
Binary 1111000 10010101 10 10011 0 1100011 101010 1001000 1100001 11110

Color Harmonies of #789502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789502

Black with #789502

Text Example


Text Example

White with #789502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789502; }

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

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

background-color css

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

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

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

border-color css

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

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

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