Html Css Color HEX #77830D Olive

📋 copy color: '#77830D'

red 119 ◦ green 131 ◦ blue 13

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

Shades of Olive #77830D

Tints of Olive #77830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.81%

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

R = 45.25%
G = 49.81%
B = 4.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#77830D (or 0x77830D) is known color: Olive. HEX triplet: 77, 83 and 0D. RGB value is (119,131,13). Sum of RGB (Red+Green+Blue) = 119+131+13=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #77830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77830D is #887CF2. Grayscale: #727272. Windows color (decimal): -8944883 or 885623. OLE color: 885623.

HSL color Cylindrical-coordinate representation of color #77830D: hue angle of 66.1º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77830D is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 131 13 -
CMYK 0.09 0 0.90 0.49
HSL 66.1º 0.82% 0.28% -
HSV(B) 66.1º 0.9% 0.51% -
XYZ 15.8 20.18 3.44 -
YUV 113.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 119 131 13 0.09 0 0.90 0.49 66.1 0.82 0.28
Hex 77 83 D 9 0 5A 31 42 52 1C
Octal 167 203 15 11 0 132 61 102 122 34
Binary 1110111 10000011 1101 1001 0 1011010 110001 1000010 1010010 11100

Color Harmonies of #77830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77830D

Black with #77830D

Text Example


Text Example

White with #77830D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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