Html Css Color HEX #789402 Olive

📋 copy color: '#789402'

red 120 ◦ green 148 ◦ blue 2

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

Shades of Olive #789402

Tints of Olive #789402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.81%

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

R = 44.44%
G = 54.81%
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

#789402 (or 0x789402) is known color: Olive. HEX triplet: 78, 94 and 02. RGB value is (120,148,2). Sum of RGB (Red+Green+Blue) = 120+148+2=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #789402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789402 is #876BFD. Grayscale: #7B7B7B. Windows color (decimal): -8875006 or 169080. OLE color: 169080.

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

Color convert

RGB 120 148 2 -
CMYK 0.19 0 0.99 0.42
HSL 71.51º 0.97% 0.29% -
HSV(B) 71.51º 0.99% 0.58% -
XYZ 18.35 25.18 3.95 -
YUV 122.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 120 148 2 0.19 0 0.99 0.42 71.51 0.97 0.29
Hex 78 94 2 13 0 63 2A 48 61 1D
Octal 170 224 2 23 0 143 52 110 141 35
Binary 1111000 10010100 10 10011 0 1100011 101010 1001000 1100001 11101

Color Harmonies of #789402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789402

Black with #789402

Text Example


Text Example

White with #789402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789402; }

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

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

background-color css

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

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

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

border-color css

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

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

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