Html Css Color HEX #76832B Trendy Green

📋 copy color: '#76832B'

red 118 ◦ green 131 ◦ blue 43

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

Shades of Trendy Green #76832B

Tints of Trendy Green #76832B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 40.41%
G = 44.86%
B = 14.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#76832B (or 0x76832B) is known color: Trendy Green. HEX triplet: 76, 83 and 2B. RGB value is (118,131,43). Sum of RGB (Red+Green+Blue) = 118+131+43=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #76832B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76832B is #897CD4. Grayscale: #757575. Windows color (decimal): -9010389 or 2851702. OLE color: 2851702.

HSL color Cylindrical-coordinate representation of color #76832B: hue angle of 68.86º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76832B is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 43 -
CMYK 0.10 0 0.67 0.49
HSL 68.86º 0.51% 0.34% -
HSV(B) 68.86º 0.67% 0.51% -
XYZ 16.02 20.26 5.35 -
YUV 117.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 118 131 43 0.10 0 0.67 0.49 68.86 0.51 0.34
Hex 76 83 2B A 0 43 31 45 33 22
Octal 166 203 53 12 0 103 61 105 63 42
Binary 1110110 10000011 101011 1010 0 1000011 110001 1000101 110011 100010

Color Harmonies of #76832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76832B

Black with #76832B

Text Example


Text Example

White with #76832B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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