Html Css Color HEX #776504 Olive

📋 copy color: '#776504'

red 119 ◦ green 101 ◦ blue 4

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

Shades of Olive #776504

Tints of Olive #776504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

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

R = 53.13%
G = 45.09%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#776504 (or 0x776504) is known color: Olive. HEX triplet: 77, 65 and 04. RGB value is (119,101,4). Sum of RGB (Red+Green+Blue) = 119+101+4=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #776504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776504 is #889AFB. Grayscale: #5F5F5F. Windows color (decimal): -8952572 or 288119. OLE color: 288119.

HSL color Cylindrical-coordinate representation of color #776504: hue angle of 50.61º 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 #776504 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 4 -
CMYK 0 0.15 0.97 0.53
HSL 50.61º 0.93% 0.24% -
HSV(B) 50.61º 0.97% 0.47% -
XYZ 12.28 13.24 2.02 -
YUV 95.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 119 101 4 0 0.15 0.97 0.53 50.61 0.93 0.24
Hex 77 65 4 0 F 61 35 33 5D 18
Octal 167 145 4 0 17 141 65 63 135 30
Binary 1110111 1100101 100 0 1111 1100001 110101 110011 1011101 11000

Color Harmonies of #776504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776504

Black with #776504

Text Example


Text Example

White with #776504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776504; }

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

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

background-color css

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

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

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

border-color css

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

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

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