Html Css Color HEX #768025 Trendy Green

📋 copy color: '#768025'

red 118 ◦ green 128 ◦ blue 37

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

Shades of Trendy Green #768025

Tints of Trendy Green #768025

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 41.7%
G = 45.23%
B = 13.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#768025 (or 0x768025) is known color: Trendy Green. HEX triplet: 76, 80 and 25. RGB value is (118,128,37). Sum of RGB (Red+Green+Blue) = 118+128+37=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #768025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768025 is #897FDA. Grayscale: #727272. Windows color (decimal): -9011163 or 2457718. OLE color: 2457718.

HSL color Cylindrical-coordinate representation of color #768025: hue angle of 66.59º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #768025 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 37 -
CMYK 0.08 0 0.71 0.50
HSL 66.59º 0.55% 0.32% -
HSV(B) 66.59º 0.71% 0.5% -
XYZ 15.52 19.42 4.68 -
YUV 114.64 84.19 130.4 -
System Red Green Blue C M Y K H S L
Decimal 118 128 37 0.08 0 0.71 0.50 66.59 0.55 0.32
Hex 76 80 25 8 0 47 32 43 37 20
Octal 166 200 45 10 0 107 62 103 67 40
Binary 1110110 10000000 100101 1000 0 1000111 110010 1000011 110111 100000

Color Harmonies of #768025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768025

Black with #768025

Text Example


Text Example

White with #768025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768025; }

 p { color: rgb(118,128,37); }

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

background-color css

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

 a { background-color: rgb(118,128,37); }

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

border-color css

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

 span { border-color: rgb(118,128,37); }

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