Html Css Color HEX #768120 Trendy Green

📋 copy color: '#768120'

red 118 ◦ green 129 ◦ blue 32

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

Shades of Trendy Green #768120

Tints of Trendy Green #768120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.24%

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 42.29%
G = 46.24%
B = 11.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#768120 (or 0x768120) is known color: Trendy Green. HEX triplet: 76, 81 and 20. RGB value is (118,129,32). Sum of RGB (Red+Green+Blue) = 118+129+32=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #768120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768120 is #897EDF. Grayscale: #737373. Windows color (decimal): -9010912 or 2130294. OLE color: 2130294.

HSL color Cylindrical-coordinate representation of color #768120: hue angle of 66.8º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #768120 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 32 -
CMYK 0.09 0 0.75 0.49
HSL 66.8º 0.6% 0.32% -
HSV(B) 66.8º 0.75% 0.51% -
XYZ 15.58 19.66 4.34 -
YUV 114.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 118 129 32 0.09 0 0.75 0.49 66.8 0.6 0.32
Hex 76 81 20 9 0 4B 31 43 3C 20
Octal 166 201 40 11 0 113 61 103 74 40
Binary 1110110 10000001 100000 1001 0 1001011 110001 1000011 111100 100000

Color Harmonies of #768120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768120

Black with #768120

Text Example


Text Example

White with #768120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768120; }

 p { color: rgb(118,129,32); }

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

background-color css

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

 a { background-color: rgb(118,129,32); }

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

border-color css

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

 span { border-color: rgb(118,129,32); }

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