Html Css Color HEX #76812F Trendy Green

📋 copy color: '#76812F'

red 118 ◦ green 129 ◦ blue 47

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

Shades of Trendy Green #76812F

Tints of Trendy Green #76812F

RGB

 RED value IS 118 (46.48% from 255) = 40.14%

 GREEN value IS 129 (50.78% from 255) = 43.88%

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 40.14%
G = 43.88%
B = 15.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#76812F (or 0x76812F) is known color: Trendy Green. HEX triplet: 76, 81 and 2F. RGB value is (118,129,47). Sum of RGB (Red+Green+Blue) = 118+129+47=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #76812F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76812F is #897ED0. Grayscale: #747474. Windows color (decimal): -9010897 or 3113334. OLE color: 3113334.

HSL color Cylindrical-coordinate representation of color #76812F: hue angle of 68.05º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76812F is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 47 -
CMYK 0.09 0 0.64 0.49
HSL 68.05º 0.47% 0.35% -
HSV(B) 68.05º 0.64% 0.51% -
XYZ 15.83 19.76 5.67 -
YUV 116.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 118 129 47 0.09 0 0.64 0.49 68.05 0.47 0.35
Hex 76 81 2F 9 0 40 31 44 2F 23
Octal 166 201 57 11 0 100 61 104 57 43
Binary 1110110 10000001 101111 1001 0 1000000 110001 1000100 101111 100011

Color Harmonies of #76812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76812F

Black with #76812F

Text Example


Text Example

White with #76812F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,129,47); }

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

background-color css

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

 a { background-color: rgb(118,129,47); }

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

border-color css

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

 span { border-color: rgb(118,129,47); }

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