Html Css Color HEX #77700C Olive

📋 copy color: '#77700C'

red 119 ◦ green 112 ◦ blue 12

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

Shades of Olive #77700C

Tints of Olive #77700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

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

R = 48.97%
G = 46.09%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77700C (or 0x77700C) is known color: Olive. HEX triplet: 77, 70 and 0C. RGB value is (119,112,12). Sum of RGB (Red+Green+Blue) = 119+112+12=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77700C is #888FF3. Grayscale: #676767. Windows color (decimal): -8949748 or 815223. OLE color: 815223.

HSL color Cylindrical-coordinate representation of color #77700C: hue angle of 56.07º 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 #77700C is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 12 -
CMYK 0 0.06 0.90 0.53
HSL 56.07º 0.82% 0.26% -
HSV(B) 56.07º 0.9% 0.47% -
XYZ 13.47 15.54 2.64 -
YUV 102.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 119 112 12 0 0.06 0.90 0.53 56.07 0.82 0.26
Hex 77 70 C 0 6 5A 35 38 52 1A
Octal 167 160 14 0 6 132 65 70 122 32
Binary 1110111 1110000 1100 0 110 1011010 110101 111000 1010010 11010

Color Harmonies of #77700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77700C

Black with #77700C

Text Example


Text Example

White with #77700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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