Html Css Color HEX #768412 Trendy Green

📋 copy color: '#768412'

red 118 ◦ green 132 ◦ blue 18

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

Shades of Trendy Green #768412

Tints of Trendy Green #768412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 44.03%
G = 49.25%
B = 6.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#768412 (or 0x768412) is known color: Trendy Green. HEX triplet: 76, 84 and 12. RGB value is (118,132,18). Sum of RGB (Red+Green+Blue) = 118+132+18=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #768412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768412 is #897BED. Grayscale: #737373. Windows color (decimal): -9010158 or 1213558. OLE color: 1213558.

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

Color convert

RGB 118 132 18 -
CMYK 0.11 0 0.86 0.48
HSL 67.37º 0.76% 0.29% -
HSV(B) 67.37º 0.86% 0.52% -
XYZ 15.83 20.4 3.68 -
YUV 114.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 118 132 18 0.11 0 0.86 0.48 67.37 0.76 0.29
Hex 76 84 12 B 0 56 30 43 4C 1D
Octal 166 204 22 13 0 126 60 103 114 35
Binary 1110110 10000100 10010 1011 0 1010110 110000 1000011 1001100 11101

Color Harmonies of #768412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768412

Black with #768412

Text Example


Text Example

White with #768412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768412; }

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

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

background-color css

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

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

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

border-color css

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

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

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