Html Css Color HEX #768613 Trendy Green

📋 copy color: '#768613'

red 118 ◦ green 134 ◦ blue 19

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

Shades of Trendy Green #768613

Tints of Trendy Green #768613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.45%

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 43.54%
G = 49.45%
B = 7.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#768613 (or 0x768613) is known color: Trendy Green. HEX triplet: 76, 86 and 13. RGB value is (118,134,19). Sum of RGB (Red+Green+Blue) = 118+134+19=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #768613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768613 is #8979EC. Grayscale: #747474. Windows color (decimal): -9009645 or 1279606. OLE color: 1279606.

HSL color Cylindrical-coordinate representation of color #768613: hue angle of 68.35º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #768613 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 19 -
CMYK 0.12 0 0.86 0.47
HSL 68.35º 0.75% 0.3% -
HSV(B) 68.35º 0.86% 0.53% -
XYZ 16.11 20.95 3.81 -
YUV 116.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 118 134 19 0.12 0 0.86 0.47 68.35 0.75 0.3
Hex 76 86 13 C 0 56 2F 44 4B 1E
Octal 166 206 23 14 0 126 57 104 113 36
Binary 1110110 10000110 10011 1100 0 1010110 101111 1000100 1001011 11110

Color Harmonies of #768613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768613

Black with #768613

Text Example


Text Example

White with #768613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768613; }

 p { color: rgb(118,134,19); }

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

background-color css

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

 a { background-color: rgb(118,134,19); }

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

border-color css

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

 span { border-color: rgb(118,134,19); }

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