Html Css Color HEX #768520 Trendy Green

📋 copy color: '#768520'

red 118 ◦ green 133 ◦ blue 32

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

Shades of Trendy Green #768520

Tints of Trendy Green #768520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

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

R = 41.7%
G = 47%
B = 11.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#768520 (or 0x768520) is known color: Trendy Green. HEX triplet: 76, 85 and 20. RGB value is (118,133,32). Sum of RGB (Red+Green+Blue) = 118+133+32=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #768520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768520 is #897ADF. Grayscale: #757575. Windows color (decimal): -9009888 or 2131318. OLE color: 2131318.

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

Color convert

RGB 118 133 32 -
CMYK 0.11 0 0.76 0.48
HSL 68.91º 0.61% 0.32% -
HSV(B) 68.91º 0.76% 0.52% -
XYZ 16.12 20.73 4.52 -
YUV 117 80.03 128.71 -
System Red Green Blue C M Y K H S L
Decimal 118 133 32 0.11 0 0.76 0.48 68.91 0.61 0.32
Hex 76 85 20 B 0 4C 30 45 3D 20
Octal 166 205 40 13 0 114 60 105 75 40
Binary 1110110 10000101 100000 1011 0 1001100 110000 1000101 111101 100000

Color Harmonies of #768520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768520

Black with #768520

Text Example


Text Example

White with #768520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768520; }

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

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

background-color css

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

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

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

border-color css

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

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

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