Html Css Color HEX #76852D Trendy Green

📋 copy color: '#76852D'

red 118 ◦ green 133 ◦ blue 45

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

Shades of Trendy Green #76852D

Tints of Trendy Green #76852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 39.86%
G = 44.93%
B = 15.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#76852D (or 0x76852D) is known color: Trendy Green. HEX triplet: 76, 85 and 2D. RGB value is (118,133,45). Sum of RGB (Red+Green+Blue) = 118+133+45=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #76852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76852D is #897AD2. Grayscale: #767676. Windows color (decimal): -9009875 or 2983286. OLE color: 2983286.

HSL color Cylindrical-coordinate representation of color #76852D: hue angle of 70.23º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76852D is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 45 -
CMYK 0.11 0 0.66 0.48
HSL 70.23º 0.49% 0.35% -
HSV(B) 70.23º 0.66% 0.52% -
XYZ 16.33 20.82 5.64 -
YUV 118.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 118 133 45 0.11 0 0.66 0.48 70.23 0.49 0.35
Hex 76 85 2D B 0 42 30 46 31 23
Octal 166 205 55 13 0 102 60 106 61 43
Binary 1110110 10000101 101101 1011 0 1000010 110000 1000110 110001 100011

Color Harmonies of #76852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76852D

Black with #76852D

Text Example


Text Example

White with #76852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76852D; }

 p { color: rgb(118,133,45); }

 H1.HeaderClassName
 {
   color: #76852D;
 }
 .AnyTagClassName
 {
   color: #76852D;
 }
</style>

background-color css

<style>
 a { background-color: #76852D; }

 a { background-color: rgb(118,133,45); }

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

border-color css

<style>
 span { border-color: #76852D; }

 span { border-color: rgb(118,133,45); }

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