Html Css Color HEX #77821B Trendy Green

📋 copy color: '#77821B'

red 119 ◦ green 130 ◦ blue 27

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

Shades of Trendy Green #77821B

Tints of Trendy Green #77821B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.78%

R = 43.12%
G = 47.1%
B = 9.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#77821B (or 0x77821B) is known color: Trendy Green. HEX triplet: 77, 82 and 1B. RGB value is (119,130,27). Sum of RGB (Red+Green+Blue) = 119+130+27=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #77821B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77821B is #887DE4. Grayscale: #737373. Windows color (decimal): -8945125 or 1802871. OLE color: 1802871.

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

Color convert

RGB 119 130 27 -
CMYK 0.08 0 0.79 0.49
HSL 66.41º 0.66% 0.31% -
HSV(B) 66.41º 0.79% 0.51% -
XYZ 15.79 19.97 4.06 -
YUV 114.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 119 130 27 0.08 0 0.79 0.49 66.41 0.66 0.31
Hex 77 82 1B 8 0 4F 31 42 42 1F
Octal 167 202 33 10 0 117 61 102 102 37
Binary 1110111 10000010 11011 1000 0 1001111 110001 1000010 1000010 11111

Color Harmonies of #77821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77821B

Black with #77821B

Text Example


Text Example

White with #77821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77821B; }

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

 H1.HeaderClassName
 {
   color: #77821B;
 }
 .AnyTagClassName
 {
   color: #77821B;
 }
</style>

background-color css

<style>
 a { background-color: #77821B; }

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

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

border-color css

<style>
 span { border-color: #77821B; }

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

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