Html Css Color HEX #776503 Olive

📋 copy color: '#776503'

red 119 ◦ green 101 ◦ blue 3

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

Shades of Olive #776503

Tints of Olive #776503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.35%

R = 53.36%
G = 45.29%
B = 1.35%

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

#776503 (or 0x776503) is known color: Olive. HEX triplet: 77, 65 and 03. RGB value is (119,101,3). Sum of RGB (Red+Green+Blue) = 119+101+3=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #776503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776503 is #889AFC. Grayscale: #5F5F5F. Windows color (decimal): -8952573 or 222583. OLE color: 222583.

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

Color convert

RGB 119 101 3 -
CMYK 0 0.15 0.97 0.53
HSL 50.69º 0.95% 0.24% -
HSV(B) 50.69º 0.97% 0.47% -
XYZ 12.28 13.24 1.99 -
YUV 95.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 119 101 3 0 0.15 0.97 0.53 50.69 0.95 0.24
Hex 77 65 3 0 F 61 35 33 5F 18
Octal 167 145 3 0 17 141 65 63 137 30
Binary 1110111 1100101 11 0 1111 1100001 110101 110011 1011111 11000

Color Harmonies of #776503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776503

Black with #776503

Text Example


Text Example

White with #776503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776503; }

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

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

background-color css

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

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

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

border-color css

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

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

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