Html Css Color HEX #77710C Olive

📋 copy color: '#77710C'

red 119 ◦ green 113 ◦ blue 12

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

Shades of Olive #77710C

Tints of Olive #77710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.31%

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 48.77%
G = 46.31%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77710C (or 0x77710C) is known color: Olive. HEX triplet: 77, 71 and 0C. RGB value is (119,113,12). Sum of RGB (Red+Green+Blue) = 119+113+12=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77710C is #888EF3. Grayscale: #676767. Windows color (decimal): -8949492 or 815479. OLE color: 815479.

HSL color Cylindrical-coordinate representation of color #77710C: hue angle of 56.64º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77710C is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 12 -
CMYK 0 0.05 0.90 0.53
HSL 56.64º 0.82% 0.26% -
HSV(B) 56.64º 0.9% 0.47% -
XYZ 13.58 15.76 2.67 -
YUV 103.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 119 113 12 0 0.05 0.90 0.53 56.64 0.82 0.26
Hex 77 71 C 0 5 5A 35 39 52 1A
Octal 167 161 14 0 5 132 65 71 122 32
Binary 1110111 1110001 1100 0 101 1011010 110101 111001 1010010 11010

Color Harmonies of #77710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77710C

Black with #77710C

Text Example


Text Example

White with #77710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77710C; }

 p { color: rgb(119,113,12); }

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

background-color css

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

 a { background-color: rgb(119,113,12); }

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

border-color css

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

 span { border-color: rgb(119,113,12); }

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