Html Css Color HEX #768921 Trendy Green

📋 copy color: '#768921'

red 118 ◦ green 137 ◦ blue 33

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

Shades of Trendy Green #768921

Tints of Trendy Green #768921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.57%

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

R = 40.97%
G = 47.57%
B = 11.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#768921 (or 0x768921) is known color: Trendy Green. HEX triplet: 76, 89 and 21. RGB value is (118,137,33). Sum of RGB (Red+Green+Blue) = 118+137+33=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #768921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768921 is #8976DE. Grayscale: #777777. Windows color (decimal): -9008863 or 2197878. OLE color: 2197878.

HSL color Cylindrical-coordinate representation of color #768921: hue angle of 70.96º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #768921 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 33 -
CMYK 0.14 0 0.76 0.46
HSL 70.96º 0.61% 0.33% -
HSV(B) 70.96º 0.76% 0.54% -
XYZ 16.69 21.85 4.78 -
YUV 119.46 79.21 126.96 -
System Red Green Blue C M Y K H S L
Decimal 118 137 33 0.14 0 0.76 0.46 70.96 0.61 0.33
Hex 76 89 21 E 0 4C 2E 47 3D 21
Octal 166 211 41 16 0 114 56 107 75 41
Binary 1110110 10001001 100001 1110 0 1001100 101110 1000111 111101 100001

Color Harmonies of #768921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768921

Black with #768921

Text Example


Text Example

White with #768921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768921; }

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

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

background-color css

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

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

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

border-color css

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

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

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