Html Css Color HEX #768312 Trendy Green

📋 copy color: '#768312'

red 118 ◦ green 131 ◦ blue 18

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

Shades of Trendy Green #768312

Tints of Trendy Green #768312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

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

R = 44.19%
G = 49.06%
B = 6.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#768312 (or 0x768312) is known color: Trendy Green. HEX triplet: 76, 83 and 12. RGB value is (118,131,18). Sum of RGB (Red+Green+Blue) = 118+131+18=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #768312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768312 is #897CED. Grayscale: #727272. Windows color (decimal): -9010414 or 1213302. OLE color: 1213302.

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

Color convert

RGB 118 131 18 -
CMYK 0.10 0 0.86 0.49
HSL 66.9º 0.76% 0.29% -
HSV(B) 66.9º 0.86% 0.51% -
XYZ 15.7 20.13 3.63 -
YUV 114.23 73.69 130.69 -
System Red Green Blue C M Y K H S L
Decimal 118 131 18 0.10 0 0.86 0.49 66.9 0.76 0.29
Hex 76 83 12 A 0 56 31 43 4C 1D
Octal 166 203 22 12 0 126 61 103 114 35
Binary 1110110 10000011 10010 1010 0 1010110 110001 1000011 1001100 11101

Color Harmonies of #768312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768312

Black with #768312

Text Example


Text Example

White with #768312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768312; }

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

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

background-color css

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

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

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

border-color css

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

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

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