Html Css Color HEX #768128 Trendy Green

📋 copy color: '#768128'

red 118 ◦ green 129 ◦ blue 40

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

Shades of Trendy Green #768128

Tints of Trendy Green #768128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 41.11%
G = 44.95%
B = 13.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#768128 (or 0x768128) is known color: Trendy Green. HEX triplet: 76, 81 and 28. RGB value is (118,129,40). Sum of RGB (Red+Green+Blue) = 118+129+40=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #768128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768128 is #897ED7. Grayscale: #737373. Windows color (decimal): -9010904 or 2654582. OLE color: 2654582.

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

Color convert

RGB 118 129 40 -
CMYK 0.09 0 0.69 0.49
HSL 67.42º 0.53% 0.33% -
HSV(B) 67.42º 0.69% 0.51% -
XYZ 15.7 19.71 4.98 -
YUV 115.57 85.36 129.74 -
System Red Green Blue C M Y K H S L
Decimal 118 129 40 0.09 0 0.69 0.49 67.42 0.53 0.33
Hex 76 81 28 9 0 45 31 43 35 21
Octal 166 201 50 11 0 105 61 103 65 41
Binary 1110110 10000001 101000 1001 0 1000101 110001 1000011 110101 100001

Color Harmonies of #768128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768128

Black with #768128

Text Example


Text Example

White with #768128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768128; }

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

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

background-color css

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

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

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

border-color css

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

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

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