Html Css Color HEX #778800 Olive

📋 copy color: '#778800'

red 119 ◦ green 136 ◦ blue 0

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

Shades of Olive #778800

Tints of Olive #778800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.33%

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

R = 46.67%
G = 53.33%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#778800 (or 0x778800) is known color: Olive. HEX triplet: 77, 88 and 00. RGB value is (119,136,0). Sum of RGB (Red+Green+Blue) = 119+136+0=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #778800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778800 is #8877FF. Grayscale: #737373. Windows color (decimal): -8943616 or 34935. OLE color: 34935.

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

Color convert

RGB 119 136 0 -
CMYK 0.12 0 1 0.47
HSL 67.5º 1% 0.27% -
HSV(B) 67.5º 1% 0.53% -
XYZ 16.41 21.53 3.29 -
YUV 115.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 119 136 0 0.12 0 1 0.47 67.5 1 0.27
Hex 77 88 0 C 0 64 2F 44 64 1B
Octal 167 210 0 14 0 144 57 104 144 33
Binary 1110111 10001000 0 1100 0 1100100 101111 1000100 1100100 11011

Color Harmonies of #778800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778800

Black with #778800

Text Example


Text Example

White with #778800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778800; }

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

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

background-color css

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

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

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

border-color css

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

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

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