Html Css Color HEX #767F2F Trendy Green

📋 copy color: '#767F2F'

red 118 ◦ green 127 ◦ blue 47

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

Shades of Trendy Green #767F2F

Tints of Trendy Green #767F2F

RGB

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

 GREEN value IS 127 (50% from 255) = 43.49%

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

R = 40.41%
G = 43.49%
B = 16.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#767F2F (or 0x767F2F) is known color: Trendy Green. HEX triplet: 76, 7F and 2F. RGB value is (118,127,47). Sum of RGB (Red+Green+Blue) = 118+127+47=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #767F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767F2F is #8980D0. Grayscale: #737373. Windows color (decimal): -9011409 or 3112822. OLE color: 3112822.

HSL color Cylindrical-coordinate representation of color #767F2F: hue angle of 66.75º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #767F2F is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 127 47 -
CMYK 0.07 0 0.63 0.50
HSL 66.75º 0.46% 0.34% -
HSV(B) 66.75º 0.63% 0.5% -
XYZ 15.57 19.24 5.58 -
YUV 115.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 118 127 47 0.07 0 0.63 0.50 66.75 0.46 0.34
Hex 76 7F 2F 7 0 3F 32 43 2E 22
Octal 166 177 57 7 0 77 62 103 56 42
Binary 1110110 1111111 101111 111 0 111111 110010 1000011 101110 100010

Color Harmonies of #767F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F2F

Black with #767F2F

Text Example


Text Example

White with #767F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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