Html Css Color HEX #768232 Trendy Green

📋 copy color: '#768232'

red 118 ◦ green 130 ◦ blue 50

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

Shades of Trendy Green #768232

Tints of Trendy Green #768232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 39.6%
G = 43.62%
B = 16.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#768232 (or 0x768232) is known color: Trendy Green. HEX triplet: 76, 82 and 32. RGB value is (118,130,50). Sum of RGB (Red+Green+Blue) = 118+130+50=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #768232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768232 is #897DCD. Grayscale: #757575. Windows color (decimal): -9010638 or 3310198. OLE color: 3310198.

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

Color convert

RGB 118 130 50 -
CMYK 0.09 0 0.62 0.49
HSL 69º 0.44% 0.35% -
HSV(B) 69º 0.62% 0.51% -
XYZ 16.03 20.05 6.04 -
YUV 117.29 90.02 128.5 -
System Red Green Blue C M Y K H S L
Decimal 118 130 50 0.09 0 0.62 0.49 69 0.44 0.35
Hex 76 82 32 9 0 3E 31 45 2C 23
Octal 166 202 62 11 0 76 61 105 54 43
Binary 1110110 10000010 110010 1001 0 111110 110001 1000101 101100 100011

Color Harmonies of #768232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768232

Black with #768232

Text Example


Text Example

White with #768232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768232; }

 p { color: rgb(118,130,50); }

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

background-color css

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

 a { background-color: rgb(118,130,50); }

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

border-color css

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

 span { border-color: rgb(118,130,50); }

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