Html Css Color HEX #768430 Trendy Green

📋 copy color: '#768430'

red 118 ◦ green 132 ◦ blue 48

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

Shades of Trendy Green #768430

Tints of Trendy Green #768430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 39.6%
G = 44.3%
B = 16.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#768430 (or 0x768430) is known color: Trendy Green. HEX triplet: 76, 84 and 30. RGB value is (118,132,48). Sum of RGB (Red+Green+Blue) = 118+132+48=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #768430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768430 is #897BCF. Grayscale: #767676. Windows color (decimal): -9010128 or 3179638. OLE color: 3179638.

HSL color Cylindrical-coordinate representation of color #768430: hue angle of 70º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #768430 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 48 -
CMYK 0.11 0 0.64 0.48
HSL 70º 0.47% 0.35% -
HSV(B) 70º 0.64% 0.52% -
XYZ 16.26 20.57 5.91 -
YUV 118.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 118 132 48 0.11 0 0.64 0.48 70 0.47 0.35
Hex 76 84 30 B 0 40 30 46 2F 23
Octal 166 204 60 13 0 100 60 106 57 43
Binary 1110110 10000100 110000 1011 0 1000000 110000 1000110 101111 100011

Color Harmonies of #768430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768430

Black with #768430

Text Example


Text Example

White with #768430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768430; }

 p { color: rgb(118,132,48); }

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

background-color css

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

 a { background-color: rgb(118,132,48); }

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

border-color css

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

 span { border-color: rgb(118,132,48); }

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