Html Css Color HEX #768237 Wasabi

📋 copy color: '#768237'

red 118 ◦ green 130 ◦ blue 55

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

Shades of Wasabi #768237

Tints of Wasabi #768237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 38.94%
G = 42.9%
B = 18.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#768237 (or 0x768237) is known color: Wasabi. HEX triplet: 76, 82 and 37. RGB value is (118,130,55). Sum of RGB (Red+Green+Blue) = 118+130+55=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #768237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768237 is #897DC8. Grayscale: #767676. Windows color (decimal): -9010633 or 3637878. OLE color: 3637878.

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

Color convert

RGB 118 130 55 -
CMYK 0.09 0 0.58 0.49
HSL 69.6º 0.41% 0.36% -
HSV(B) 69.6º 0.58% 0.51% -
XYZ 16.14 20.09 6.64 -
YUV 117.86 92.52 128.1 -
System Red Green Blue C M Y K H S L
Decimal 118 130 55 0.09 0 0.58 0.49 69.6 0.41 0.36
Hex 76 82 37 9 0 3A 31 46 29 24
Octal 166 202 67 11 0 72 61 106 51 44
Binary 1110110 10000010 110111 1001 0 111010 110001 1000110 101001 100100

Color Harmonies of #768237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768237

Black with #768237

Text Example


Text Example

White with #768237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768237; }

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

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

background-color css

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

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

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

border-color css

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

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

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