Html Css Color HEX #767D35 Trendy Green

📋 copy color: '#767D35'

red 118 ◦ green 125 ◦ blue 53

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

Shades of Trendy Green #767D35

Tints of Trendy Green #767D35

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.23%

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 39.86%
G = 42.23%
B = 17.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#767D35 (or 0x767D35) is known color: Trendy Green. HEX triplet: 76, 7D and 35. RGB value is (118,125,53). Sum of RGB (Red+Green+Blue) = 118+125+53=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #767D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767D35 is #8982CA. Grayscale: #727272. Windows color (decimal): -9011915 or 3505526. OLE color: 3505526.

HSL color Cylindrical-coordinate representation of color #767D35: hue angle of 65.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #767D35 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 125 53 -
CMYK 0.06 0 0.58 0.51
HSL 65.83º 0.4% 0.35% -
HSV(B) 65.83º 0.58% 0.49% -
XYZ 15.45 18.78 6.18 -
YUV 114.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 118 125 53 0.06 0 0.58 0.51 65.83 0.4 0.35
Hex 76 7D 35 6 0 3A 33 42 28 23
Octal 166 175 65 6 0 72 63 102 50 43
Binary 1110110 1111101 110101 110 0 111010 110011 1000010 101000 100011

Color Harmonies of #767D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767D35

Black with #767D35

Text Example


Text Example

White with #767D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767D35; }

 p { color: rgb(118,125,53); }

 H1.HeaderClassName
 {
   color: #767D35;
 }
 .AnyTagClassName
 {
   color: #767D35;
 }
</style>

background-color css

<style>
 a { background-color: #767D35; }

 a { background-color: rgb(118,125,53); }

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

border-color css

<style>
 span { border-color: #767D35; }

 span { border-color: rgb(118,125,53); }

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