Html Css Color HEX #776700 Olive

📋 copy color: '#776700'

red 119 ◦ green 103 ◦ blue 0

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

Shades of Olive #776700

Tints of Olive #776700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.6%
G = 46.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#776700 (or 0x776700) is known color: Olive. HEX triplet: 77, 67 and 00. RGB value is (119,103,0). Sum of RGB (Red+Green+Blue) = 119+103+0=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #776700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776700 is #8898FF. Grayscale: #606060. Windows color (decimal): -8952064 or 26487. OLE color: 26487.

HSL color Cylindrical-coordinate representation of color #776700: hue angle of 51.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #776700 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 0 -
CMYK 0 0.13 1 0.53
HSL 51.93º 1% 0.23% -
HSV(B) 51.93º 1% 0.47% -
XYZ 12.46 13.62 1.97 -
YUV 96.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 119 103 0 0 0.13 1 0.53 51.93 1 0.23
Hex 77 67 0 0 D 64 35 34 64 17
Octal 167 147 0 0 15 144 65 64 144 27
Binary 1110111 1100111 0 0 1101 1100100 110101 110100 1100100 10111

Color Harmonies of #776700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776700

Black with #776700

Text Example


Text Example

White with #776700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776700; }

 p { color: rgb(119,103,0); }

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

background-color css

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

 a { background-color: rgb(119,103,0); }

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

border-color css

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

 span { border-color: rgb(119,103,0); }

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