Html Css Color HEX #776C04 Olive

📋 copy color: '#776C04'

red 119 ◦ green 108 ◦ blue 4

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

Shades of Olive #776C04

Tints of Olive #776C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.75%

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 51.52%
G = 46.75%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#776C04 (or 0x776C04) is known color: Olive. HEX triplet: 77, 6C and 04. RGB value is (119,108,4). Sum of RGB (Red+Green+Blue) = 119+108+4=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #776C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C04 is #8893FB. Grayscale: #636363. Windows color (decimal): -8950780 or 289911. OLE color: 289911.

HSL color Cylindrical-coordinate representation of color #776C04: hue angle of 54.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #776C04 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 108 4 -
CMYK 0 0.09 0.97 0.53
HSL 54.26º 0.93% 0.24% -
HSV(B) 54.26º 0.97% 0.47% -
XYZ 12.99 14.66 2.26 -
YUV 99.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 119 108 4 0 0.09 0.97 0.53 54.26 0.93 0.24
Hex 77 6C 4 0 9 61 35 36 5D 18
Octal 167 154 4 0 11 141 65 66 135 30
Binary 1110111 1101100 100 0 1001 1100001 110101 110110 1011101 11000

Color Harmonies of #776C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C04

Black with #776C04

Text Example


Text Example

White with #776C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776C04; }

 p { color: rgb(119,108,4); }

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

background-color css

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

 a { background-color: rgb(119,108,4); }

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

border-color css

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

 span { border-color: rgb(119,108,4); }

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