Html Css Color HEX #77850D Olive

📋 copy color: '#77850D'

red 119 ◦ green 133 ◦ blue 13

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

Shades of Olive #77850D

Tints of Olive #77850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.19%

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

R = 44.91%
G = 50.19%
B = 4.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#77850D (or 0x77850D) is known color: Olive. HEX triplet: 77, 85 and 0D. RGB value is (119,133,13). Sum of RGB (Red+Green+Blue) = 119+133+13=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #77850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77850D is #887AF2. Grayscale: #737373. Windows color (decimal): -8944371 or 886135. OLE color: 886135.

HSL color Cylindrical-coordinate representation of color #77850D: hue angle of 67º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77850D is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 13 -
CMYK 0.11 0 0.90 0.48
HSL 67º 0.82% 0.29% -
HSV(B) 67º 0.9% 0.52% -
XYZ 16.07 20.73 3.53 -
YUV 115.13 70.36 130.76 -
System Red Green Blue C M Y K H S L
Decimal 119 133 13 0.11 0 0.90 0.48 67 0.82 0.29
Hex 77 85 D B 0 5A 30 43 52 1D
Octal 167 205 15 13 0 132 60 103 122 35
Binary 1110111 10000101 1101 1011 0 1011010 110000 1000011 1010010 11101

Color Harmonies of #77850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77850D

Black with #77850D

Text Example


Text Example

White with #77850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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