Html Css Color HEX #768238 Wasabi

📋 copy color: '#768238'

red 118 ◦ green 130 ◦ blue 56

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

Shades of Wasabi #768238

Tints of Wasabi #768238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 38.82%
G = 42.76%
B = 18.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#768238 (or 0x768238) is known color: Wasabi. HEX triplet: 76, 82 and 38. RGB value is (118,130,56). Sum of RGB (Red+Green+Blue) = 118+130+56=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #768238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768238 is #897DC7. Grayscale: #767676. Windows color (decimal): -9010632 or 3703414. OLE color: 3703414.

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

Color convert

RGB 118 130 56 -
CMYK 0.09 0 0.57 0.49
HSL 69.73º 0.4% 0.36% -
HSV(B) 69.73º 0.57% 0.51% -
XYZ 16.17 20.1 6.77 -
YUV 117.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 118 130 56 0.09 0 0.57 0.49 69.73 0.4 0.36
Hex 76 82 38 9 0 39 31 46 28 24
Octal 166 202 70 11 0 71 61 106 50 44
Binary 1110110 10000010 111000 1001 0 111001 110001 1000110 101000 100100

Color Harmonies of #768238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768238

Black with #768238

Text Example


Text Example

White with #768238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768238; }

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

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

background-color css

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

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

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

border-color css

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

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

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