Html Css Color HEX #767A1F Trendy Green

📋 copy color: '#767A1F'

red 118 ◦ green 122 ◦ blue 31

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

Shades of Trendy Green #767A1F

Tints of Trendy Green #767A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.02%

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 43.54%
G = 45.02%
B = 11.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#767A1F (or 0x767A1F) is known color: Trendy Green. HEX triplet: 76, 7A and 1F. RGB value is (118,122,31). Sum of RGB (Red+Green+Blue) = 118+122+31=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #767A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A1F is #8985E0. Grayscale: #6E6E6E. Windows color (decimal): -9012705 or 2062966. OLE color: 2062966.

HSL color Cylindrical-coordinate representation of color #767A1F: hue angle of 62.64º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #767A1F is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 122 31 -
CMYK 0.03 0 0.75 0.52
HSL 62.64º 0.59% 0.3% -
HSV(B) 62.64º 0.75% 0.48% -
XYZ 14.68 17.87 3.97 -
YUV 110.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 118 122 31 0.03 0 0.75 0.52 62.64 0.59 0.3
Hex 76 7A 1F 3 0 4B 34 3F 3B 1E
Octal 166 172 37 3 0 113 64 77 73 36
Binary 1110110 1111010 11111 11 0 1001011 110100 111111 111011 11110

Color Harmonies of #767A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A1F

Black with #767A1F

Text Example


Text Example

White with #767A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,122,31); }

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

background-color css

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

 a { background-color: rgb(118,122,31); }

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

border-color css

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

 span { border-color: rgb(118,122,31); }

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