Html Css Color HEX #768C13 Trendy Green

📋 copy color: '#768C13'

red 118 ◦ green 140 ◦ blue 19

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

Shades of Trendy Green #768C13

Tints of Trendy Green #768C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.54%

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

R = 42.6%
G = 50.54%
B = 6.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#768C13 (or 0x768C13) is known color: Trendy Green. HEX triplet: 76, 8C and 13. RGB value is (118,140,19). Sum of RGB (Red+Green+Blue) = 118+140+19=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #768C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768C13 is #8973EC. Grayscale: #787878. Windows color (decimal): -9008109 or 1281142. OLE color: 1281142.

HSL color Cylindrical-coordinate representation of color #768C13: hue angle of 70.91º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #768C13 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 140 19 -
CMYK 0.16 0 0.86 0.45
HSL 70.91º 0.76% 0.31% -
HSV(B) 70.91º 0.86% 0.55% -
XYZ 16.97 22.65 4.09 -
YUV 119.63 71.21 126.84 -
System Red Green Blue C M Y K H S L
Decimal 118 140 19 0.16 0 0.86 0.45 70.91 0.76 0.31
Hex 76 8C 13 10 0 56 2D 47 4C 1F
Octal 166 214 23 20 0 126 55 107 114 37
Binary 1110110 10001100 10011 10000 0 1010110 101101 1000111 1001100 11111

Color Harmonies of #768C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C13

Black with #768C13

Text Example


Text Example

White with #768C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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