Html Css Color HEX #77700F Olive

📋 copy color: '#77700F'

red 119 ◦ green 112 ◦ blue 15

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

Shades of Olive #77700F

Tints of Olive #77700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 48.37%
G = 45.53%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77700F (or 0x77700F) is known color: Olive. HEX triplet: 77, 70 and 0F. RGB value is (119,112,15). Sum of RGB (Red+Green+Blue) = 119+112+15=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77700F is #888FF0. Grayscale: #676767. Windows color (decimal): -8949745 or 1011831. OLE color: 1011831.

HSL color Cylindrical-coordinate representation of color #77700F: hue angle of 55.96º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77700F is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 15 -
CMYK 0 0.06 0.87 0.53
HSL 55.96º 0.78% 0.26% -
HSV(B) 55.96º 0.87% 0.47% -
XYZ 13.49 15.54 2.74 -
YUV 103.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 119 112 15 0 0.06 0.87 0.53 55.96 0.78 0.26
Hex 77 70 F 0 6 57 35 38 4E 1A
Octal 167 160 17 0 6 127 65 70 116 32
Binary 1110111 1110000 1111 0 110 1010111 110101 111000 1001110 11010

Color Harmonies of #77700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77700F

Black with #77700F

Text Example


Text Example

White with #77700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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