Html Css Color HEX #77820F Olive

📋 copy color: '#77820F'

red 119 ◦ green 130 ◦ blue 15

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

Shades of Olive #77820F

Tints of Olive #77820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.24%

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

R = 45.08%
G = 49.24%
B = 5.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#77820F (or 0x77820F) is known color: Olive. HEX triplet: 77, 82 and 0F. RGB value is (119,130,15). Sum of RGB (Red+Green+Blue) = 119+130+15=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #77820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77820F is #887DF0. Grayscale: #727272. Windows color (decimal): -8945137 or 1016439. OLE color: 1016439.

HSL color Cylindrical-coordinate representation of color #77820F: hue angle of 65.74º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77820F is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 130 15 -
CMYK 0.08 0 0.88 0.49
HSL 65.74º 0.79% 0.28% -
HSV(B) 65.74º 0.88% 0.51% -
XYZ 15.68 19.92 3.47 -
YUV 113.6 72.36 131.85 -
System Red Green Blue C M Y K H S L
Decimal 119 130 15 0.08 0 0.88 0.49 65.74 0.79 0.28
Hex 77 82 F 8 0 58 31 42 4F 1C
Octal 167 202 17 10 0 130 61 102 117 34
Binary 1110111 10000010 1111 1000 0 1011000 110001 1000010 1001111 11100

Color Harmonies of #77820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77820F

Black with #77820F

Text Example


Text Example

White with #77820F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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