Html Css Color HEX #768514 Trendy Green

📋 copy color: '#768514'

red 118 ◦ green 133 ◦ blue 20

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

Shades of Trendy Green #768514

Tints of Trendy Green #768514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 43.54%
G = 49.08%
B = 7.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#768514 (or 0x768514) is known color: Trendy Green. HEX triplet: 76, 85 and 14. RGB value is (118,133,20). Sum of RGB (Red+Green+Blue) = 118+133+20=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #768514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768514 is #897AEB. Grayscale: #747474. Windows color (decimal): -9009900 or 1344886. OLE color: 1344886.

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

Color convert

RGB 118 133 20 -
CMYK 0.11 0 0.85 0.48
HSL 67.96º 0.74% 0.3% -
HSV(B) 67.96º 0.85% 0.52% -
XYZ 15.99 20.68 3.81 -
YUV 115.63 74.03 129.69 -
System Red Green Blue C M Y K H S L
Decimal 118 133 20 0.11 0 0.85 0.48 67.96 0.74 0.3
Hex 76 85 14 B 0 55 30 44 4A 1E
Octal 166 205 24 13 0 125 60 104 112 36
Binary 1110110 10000101 10100 1011 0 1010101 110000 1000100 1001010 11110

Color Harmonies of #768514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768514

Black with #768514

Text Example


Text Example

White with #768514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768514; }

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

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

background-color css

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

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

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

border-color css

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

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

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