Html Css Color HEX #776603 Olive

📋 copy color: '#776603'

red 119 ◦ green 102 ◦ blue 3

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

Shades of Olive #776603

Tints of Olive #776603

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.54%

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

R = 53.13%
G = 45.54%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#776603 (or 0x776603) is known color: Olive. HEX triplet: 77, 66 and 03. RGB value is (119,102,3). Sum of RGB (Red+Green+Blue) = 119+102+3=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #776603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776603 is #8899FC. Grayscale: #606060. Windows color (decimal): -8952317 or 222839. OLE color: 222839.

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

Color convert

RGB 119 102 3 -
CMYK 0 0.14 0.97 0.53
HSL 51.21º 0.95% 0.24% -
HSV(B) 51.21º 0.97% 0.47% -
XYZ 12.38 13.43 2.03 -
YUV 95.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 119 102 3 0 0.14 0.97 0.53 51.21 0.95 0.24
Hex 77 66 3 0 E 61 35 33 5F 18
Octal 167 146 3 0 16 141 65 63 137 30
Binary 1110111 1100110 11 0 1110 1100001 110101 110011 1011111 11000

Color Harmonies of #776603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776603

Black with #776603

Text Example


Text Example

White with #776603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776603; }

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

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

background-color css

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

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

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

border-color css

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

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

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