Html Css Color HEX #768327 Trendy Green

📋 copy color: '#768327'

red 118 ◦ green 131 ◦ blue 39

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

Shades of Trendy Green #768327

Tints of Trendy Green #768327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 40.97%
G = 45.49%
B = 13.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#768327 (or 0x768327) is known color: Trendy Green. HEX triplet: 76, 83 and 27. RGB value is (118,131,39). Sum of RGB (Red+Green+Blue) = 118+131+39=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #768327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768327 is #897CD8. Grayscale: #747474. Windows color (decimal): -9010393 or 2589558. OLE color: 2589558.

HSL color Cylindrical-coordinate representation of color #768327: hue angle of 68.48º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #768327 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 39 -
CMYK 0.10 0 0.70 0.49
HSL 68.48º 0.54% 0.33% -
HSV(B) 68.48º 0.7% 0.51% -
XYZ 15.95 20.23 4.98 -
YUV 116.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 118 131 39 0.10 0 0.70 0.49 68.48 0.54 0.33
Hex 76 83 27 A 0 46 31 44 36 21
Octal 166 203 47 12 0 106 61 104 66 41
Binary 1110110 10000011 100111 1010 0 1000110 110001 1000100 110110 100001

Color Harmonies of #768327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768327

Black with #768327

Text Example


Text Example

White with #768327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768327; }

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

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

background-color css

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

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

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

border-color css

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

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

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