Html Css Color HEX #788900 Olive

📋 copy color: '#788900'

red 120 ◦ green 137 ◦ blue 0

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

Shades of Olive #788900

Tints of Olive #788900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.69%
G = 53.31%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#788900 (or 0x788900) is known color: Olive. HEX triplet: 78, 89 and 00. RGB value is (120,137,0). Sum of RGB (Red+Green+Blue) = 120+137+0=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #788900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788900 is #8776FF. Grayscale: #747474. Windows color (decimal): -8877824 or 35192. OLE color: 35192.

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

Color convert

RGB 120 137 0 -
CMYK 0.12 0 1 0.46
HSL 67.45º 1% 0.27% -
HSV(B) 67.45º 1% 0.54% -
XYZ 16.69 21.88 3.34 -
YUV 116.3 62.37 130.64 -
System Red Green Blue C M Y K H S L
Decimal 120 137 0 0.12 0 1 0.46 67.45 1 0.27
Hex 78 89 0 C 0 64 2E 43 64 1B
Octal 170 211 0 14 0 144 56 103 144 33
Binary 1111000 10001001 0 1100 0 1100100 101110 1000011 1100100 11011

Color Harmonies of #788900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788900

Black with #788900

Text Example


Text Example

White with #788900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788900; }

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

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

background-color css

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

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

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

border-color css

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

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

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