Html Css Color HEX #76831F Trendy Green

📋 copy color: '#76831F'

red 118 ◦ green 131 ◦ blue 31

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

Shades of Trendy Green #76831F

Tints of Trendy Green #76831F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 42.14%
G = 46.79%
B = 11.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#76831F (or 0x76831F) is known color: Trendy Green. HEX triplet: 76, 83 and 1F. RGB value is (118,131,31). Sum of RGB (Red+Green+Blue) = 118+131+31=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #76831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76831F is #897CE0. Grayscale: #747474. Windows color (decimal): -9010401 or 2065270. OLE color: 2065270.

HSL color Cylindrical-coordinate representation of color #76831F: hue angle of 67.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76831F is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 31 -
CMYK 0.10 0 0.76 0.49
HSL 67.8º 0.62% 0.32% -
HSV(B) 67.8º 0.76% 0.51% -
XYZ 15.83 20.18 4.36 -
YUV 115.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 118 131 31 0.10 0 0.76 0.49 67.8 0.62 0.32
Hex 76 83 1F A 0 4C 31 44 3E 20
Octal 166 203 37 12 0 114 61 104 76 40
Binary 1110110 10000011 11111 1010 0 1001100 110001 1000100 111110 100000

Color Harmonies of #76831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76831F

Black with #76831F

Text Example


Text Example

White with #76831F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,131,31); }

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

background-color css

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

 a { background-color: rgb(118,131,31); }

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

border-color css

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

 span { border-color: rgb(118,131,31); }

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