Html Css Color HEX #768319 Trendy Green

📋 copy color: '#768319'

red 118 ◦ green 131 ◦ blue 25

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

Shades of Trendy Green #768319

Tints of Trendy Green #768319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 43.07%
G = 47.81%
B = 9.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#768319 (or 0x768319) is known color: Trendy Green. HEX triplet: 76, 83 and 19. RGB value is (118,131,25). Sum of RGB (Red+Green+Blue) = 118+131+25=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #768319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768319 is #897CE6. Grayscale: #737373. Windows color (decimal): -9010407 or 1672054. OLE color: 1672054.

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

Color convert

RGB 118 131 25 -
CMYK 0.10 0 0.81 0.49
HSL 67.36º 0.68% 0.31% -
HSV(B) 67.36º 0.81% 0.51% -
XYZ 15.76 20.15 3.98 -
YUV 115.03 77.19 130.12 -
System Red Green Blue C M Y K H S L
Decimal 118 131 25 0.10 0 0.81 0.49 67.36 0.68 0.31
Hex 76 83 19 A 0 51 31 43 44 1F
Octal 166 203 31 12 0 121 61 103 104 37
Binary 1110110 10000011 11001 1010 0 1010001 110001 1000011 1000100 11111

Color Harmonies of #768319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768319

Black with #768319

Text Example


Text Example

White with #768319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768319; }

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

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

background-color css

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

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

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

border-color css

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

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

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