Html Css Color HEX #788902 Olive

📋 copy color: '#788902'

red 120 ◦ green 137 ◦ blue 2

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

Shades of Olive #788902

Tints of Olive #788902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.9%

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

R = 46.33%
G = 52.9%
B = 0.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#788902 (or 0x788902) is known color: Olive. HEX triplet: 78, 89 and 02. RGB value is (120,137,2). Sum of RGB (Red+Green+Blue) = 120+137+2=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #788902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788902 is #8776FD. Grayscale: #757575. Windows color (decimal): -8877822 or 166264. OLE color: 166264.

HSL color Cylindrical-coordinate representation of color #788902: hue angle of 67.56º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #788902 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 137 2 -
CMYK 0.12 0 0.99 0.46
HSL 67.56º 0.97% 0.27% -
HSV(B) 67.56º 0.99% 0.54% -
XYZ 16.7 21.89 3.4 -
YUV 116.53 63.37 130.48 -
System Red Green Blue C M Y K H S L
Decimal 120 137 2 0.12 0 0.99 0.46 67.56 0.97 0.27
Hex 78 89 2 C 0 63 2E 44 61 1B
Octal 170 211 2 14 0 143 56 104 141 33
Binary 1111000 10001001 10 1100 0 1100011 101110 1000100 1100001 11011

Color Harmonies of #788902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788902

Black with #788902

Text Example


Text Example

White with #788902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788902; }

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

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

background-color css

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

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

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

border-color css

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

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

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