Html Css Color HEX #768421 Trendy Green

📋 copy color: '#768421'

red 118 ◦ green 132 ◦ blue 33

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

Shades of Trendy Green #768421

Tints of Trendy Green #768421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.64%

 BLUE value IS 33 (13.28% from 255) = 11.66%

R = 41.7%
G = 46.64%
B = 11.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#768421 (or 0x768421) is known color: Trendy Green. HEX triplet: 76, 84 and 21. RGB value is (118,132,33). Sum of RGB (Red+Green+Blue) = 118+132+33=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #768421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768421 is #897BDE. Grayscale: #747474. Windows color (decimal): -9010143 or 2196598. OLE color: 2196598.

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

Color convert

RGB 118 132 33 -
CMYK 0.11 0 0.75 0.48
HSL 68.48º 0.6% 0.32% -
HSV(B) 68.48º 0.75% 0.52% -
XYZ 16 20.46 4.55 -
YUV 116.53 80.86 129.05 -
System Red Green Blue C M Y K H S L
Decimal 118 132 33 0.11 0 0.75 0.48 68.48 0.6 0.32
Hex 76 84 21 B 0 4B 30 44 3C 20
Octal 166 204 41 13 0 113 60 104 74 40
Binary 1110110 10000100 100001 1011 0 1001011 110000 1000100 111100 100000

Color Harmonies of #768421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768421

Black with #768421

Text Example


Text Example

White with #768421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768421; }

 p { color: rgb(118,132,33); }

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

background-color css

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

 a { background-color: rgb(118,132,33); }

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

border-color css

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

 span { border-color: rgb(118,132,33); }

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