Html Css Color HEX #77800C Olive

📋 copy color: '#77800C'

red 119 ◦ green 128 ◦ blue 12

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

Shades of Olive #77800C

Tints of Olive #77800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.42%

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 45.95%
G = 49.42%
B = 4.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#77800C (or 0x77800C) is known color: Olive. HEX triplet: 77, 80 and 0C. RGB value is (119,128,12). Sum of RGB (Red+Green+Blue) = 119+128+12=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #77800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77800C is #887FF3. Grayscale: #707070. Windows color (decimal): -8945652 or 819319. OLE color: 819319.

HSL color Cylindrical-coordinate representation of color #77800C: hue angle of 64.66º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77800C is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 128 12 -
CMYK 0.07 0 0.91 0.50
HSL 64.66º 0.83% 0.27% -
HSV(B) 64.66º 0.91% 0.5% -
XYZ 15.39 19.39 3.28 -
YUV 112.09 71.52 132.93 -
System Red Green Blue C M Y K H S L
Decimal 119 128 12 0.07 0 0.91 0.50 64.66 0.83 0.27
Hex 77 80 C 7 0 5B 32 41 53 1B
Octal 167 200 14 7 0 133 62 101 123 33
Binary 1110111 10000000 1100 111 0 1011011 110010 1000001 1010011 11011

Color Harmonies of #77800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77800C

Black with #77800C

Text Example


Text Example

White with #77800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77800C; }

 p { color: rgb(119,128,12); }

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

background-color css

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

 a { background-color: rgb(119,128,12); }

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

border-color css

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

 span { border-color: rgb(119,128,12); }

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