Html Css Color HEX #778508 Olive

📋 copy color: '#778508'

red 119 ◦ green 133 ◦ blue 8

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

Shades of Olive #778508

Tints of Olive #778508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.15%

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 45.77%
G = 51.15%
B = 3.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#778508 (or 0x778508) is known color: Olive. HEX triplet: 77, 85 and 08. RGB value is (119,133,8). Sum of RGB (Red+Green+Blue) = 119+133+8=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #778508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778508 is #887AF7. Grayscale: #737373. Windows color (decimal): -8944376 or 558455. OLE color: 558455.

HSL color Cylindrical-coordinate representation of color #778508: hue angle of 66.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #778508 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 8 -
CMYK 0.11 0 0.94 0.48
HSL 66.72º 0.89% 0.28% -
HSV(B) 66.72º 0.94% 0.52% -
XYZ 16.04 20.71 3.38 -
YUV 114.56 67.86 131.16 -
System Red Green Blue C M Y K H S L
Decimal 119 133 8 0.11 0 0.94 0.48 66.72 0.89 0.28
Hex 77 85 8 B 0 5E 30 43 59 1C
Octal 167 205 10 13 0 136 60 103 131 34
Binary 1110111 10000101 1000 1011 0 1011110 110000 1000011 1011001 11100

Color Harmonies of #778508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778508

Black with #778508

Text Example


Text Example

White with #778508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778508; }

 p { color: rgb(119,133,8); }

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

background-color css

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

 a { background-color: rgb(119,133,8); }

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

border-color css

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

 span { border-color: rgb(119,133,8); }

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