Html Css Color HEX #77750D Olive

📋 copy color: '#77750D'

red 119 ◦ green 117 ◦ blue 13

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

Shades of Olive #77750D

Tints of Olive #77750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.99%

 BLUE value IS 13 (5.47% from 255) = 5.22%

R = 47.79%
G = 46.99%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77750D (or 0x77750D) is known color: Olive. HEX triplet: 77, 75 and 0D. RGB value is (119,117,13). Sum of RGB (Red+Green+Blue) = 119+117+13=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77750D is #888AF2. Grayscale: #6A6A6A. Windows color (decimal): -8948467 or 882039. OLE color: 882039.

HSL color Cylindrical-coordinate representation of color #77750D: hue angle of 58.87º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77750D is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 13 -
CMYK 0 0.02 0.89 0.53
HSL 58.87º 0.8% 0.26% -
HSV(B) 58.87º 0.89% 0.47% -
XYZ 14.04 16.67 2.86 -
YUV 105.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 119 117 13 0 0.02 0.89 0.53 58.87 0.8 0.26
Hex 77 75 D 0 2 59 35 3B 50 1A
Octal 167 165 15 0 2 131 65 73 120 32
Binary 1110111 1110101 1101 0 10 1011001 110101 111011 1010000 11010

Color Harmonies of #77750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77750D

Black with #77750D

Text Example


Text Example

White with #77750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77750D; }

 p { color: rgb(119,117,13); }

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

background-color css

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

 a { background-color: rgb(119,117,13); }

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

border-color css

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

 span { border-color: rgb(119,117,13); }

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