Html Css Color HEX #768225 Trendy Green

📋 copy color: '#768225'

red 118 ◦ green 130 ◦ blue 37

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

Shades of Trendy Green #768225

Tints of Trendy Green #768225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.61%

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

R = 41.4%
G = 45.61%
B = 12.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#768225 (or 0x768225) is known color: Trendy Green. HEX triplet: 76, 82 and 25. RGB value is (118,130,37). Sum of RGB (Red+Green+Blue) = 118+130+37=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #768225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768225 is #897DDA. Grayscale: #747474. Windows color (decimal): -9010651 or 2458230. OLE color: 2458230.

HSL color Cylindrical-coordinate representation of color #768225: hue angle of 67.74º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #768225 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 37 -
CMYK 0.09 0 0.72 0.49
HSL 67.74º 0.56% 0.33% -
HSV(B) 67.74º 0.72% 0.51% -
XYZ 15.79 19.95 4.77 -
YUV 115.81 83.52 129.56 -
System Red Green Blue C M Y K H S L
Decimal 118 130 37 0.09 0 0.72 0.49 67.74 0.56 0.33
Hex 76 82 25 9 0 48 31 44 38 21
Octal 166 202 45 11 0 110 61 104 70 41
Binary 1110110 10000010 100101 1001 0 1001000 110001 1000100 111000 100001

Color Harmonies of #768225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768225

Black with #768225

Text Example


Text Example

White with #768225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768225; }

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

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

background-color css

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

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

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

border-color css

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

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

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