Html Css Color HEX #778900 Olive

📋 copy color: '#778900'

red 119 ◦ green 137 ◦ blue 0

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

Shades of Olive #778900

Tints of Olive #778900

RGB

 RED value IS 119 (46.88% from 255) = 46.48%

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

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

R = 46.48%
G = 53.52%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#778900 (or 0x778900) is known color: Olive. HEX triplet: 77, 89 and 00. RGB value is (119,137,0). Sum of RGB (Red+Green+Blue) = 119+137+0=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #778900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778900 is #8876FF. Grayscale: #747474. Windows color (decimal): -8943360 or 35191. OLE color: 35191.

HSL color Cylindrical-coordinate representation of color #778900: hue angle of 67.88º 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 #778900 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 137 0 -
CMYK 0.13 0 1 0.46
HSL 67.88º 1% 0.27% -
HSV(B) 67.88º 1% 0.54% -
XYZ 16.55 21.81 3.34 -
YUV 116 62.54 130.14 -
System Red Green Blue C M Y K H S L
Decimal 119 137 0 0.13 0 1 0.46 67.88 1 0.27
Hex 77 89 0 D 0 64 2E 44 64 1B
Octal 167 211 0 15 0 144 56 104 144 33
Binary 1110111 10001001 0 1101 0 1100100 101110 1000100 1100100 11011

Color Harmonies of #778900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778900

Black with #778900

Text Example


Text Example

White with #778900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778900; }

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

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

background-color css

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

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

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

border-color css

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

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

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