Html Css Color HEX #768311 Trendy Green

📋 copy color: '#768311'

red 118 ◦ green 131 ◦ blue 17

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

Shades of Trendy Green #768311

Tints of Trendy Green #768311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.25%

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 44.36%
G = 49.25%
B = 6.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#768311 (or 0x768311) is known color: Trendy Green. HEX triplet: 76, 83 and 11. RGB value is (118,131,17). Sum of RGB (Red+Green+Blue) = 118+131+17=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #768311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768311 is #897CEE. Grayscale: #727272. Windows color (decimal): -9010415 or 1147766. OLE color: 1147766.

HSL color Cylindrical-coordinate representation of color #768311: hue angle of 66.84º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #768311 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 17 -
CMYK 0.10 0 0.87 0.49
HSL 66.84º 0.77% 0.29% -
HSV(B) 66.84º 0.87% 0.51% -
XYZ 15.69 20.12 3.59 -
YUV 114.12 73.19 130.77 -
System Red Green Blue C M Y K H S L
Decimal 118 131 17 0.10 0 0.87 0.49 66.84 0.77 0.29
Hex 76 83 11 A 0 57 31 43 4D 1D
Octal 166 203 21 12 0 127 61 103 115 35
Binary 1110110 10000011 10001 1010 0 1010111 110001 1000011 1001101 11101

Color Harmonies of #768311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768311

Black with #768311

Text Example


Text Example

White with #768311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768311; }

 p { color: rgb(118,131,17); }

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

background-color css

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

 a { background-color: rgb(118,131,17); }

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

border-color css

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

 span { border-color: rgb(118,131,17); }

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