Html Css Color HEX #76852F Trendy Green

📋 copy color: '#76852F'

red 118 ◦ green 133 ◦ blue 47

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

Shades of Trendy Green #76852F

Tints of Trendy Green #76852F

RGB

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

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

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

R = 39.6%
G = 44.63%
B = 15.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#76852F (or 0x76852F) is known color: Trendy Green. HEX triplet: 76, 85 and 2F. RGB value is (118,133,47). Sum of RGB (Red+Green+Blue) = 118+133+47=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #76852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76852F is #897AD0. Grayscale: #777777. Windows color (decimal): -9009873 or 3114358. OLE color: 3114358.

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

Color convert

RGB 118 133 47 -
CMYK 0.11 0 0.65 0.48
HSL 70.47º 0.48% 0.35% -
HSV(B) 70.47º 0.65% 0.52% -
XYZ 16.37 20.83 5.85 -
YUV 118.71 87.53 127.49 -
System Red Green Blue C M Y K H S L
Decimal 118 133 47 0.11 0 0.65 0.48 70.47 0.48 0.35
Hex 76 85 2F B 0 41 30 46 30 23
Octal 166 205 57 13 0 101 60 106 60 43
Binary 1110110 10000101 101111 1011 0 1000001 110000 1000110 110000 100011

Color Harmonies of #76852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76852F

Black with #76852F

Text Example


Text Example

White with #76852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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