Html Css Color HEX #75893A Wasabi

📋 copy color: '#75893A'

red 117 ◦ green 137 ◦ blue 58

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

Shades of Wasabi #75893A

Tints of Wasabi #75893A

RGB

 RED value IS 117 (46.09% from 255) = 37.5%

 GREEN value IS 137 (53.91% from 255) = 43.91%

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 37.5%
G = 43.91%
B = 18.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#75893A (or 0x75893A) is known color: Wasabi. HEX triplet: 75, 89 and 3A. RGB value is (117,137,58). Sum of RGB (Red+Green+Blue) = 117+137+58=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #75893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75893A is #8A76C5. Grayscale: #7A7A7A. Windows color (decimal): -9074374 or 3836277. OLE color: 3836277.

HSL color Cylindrical-coordinate representation of color #75893A: hue angle of 75.19º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75893A is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 58 -
CMYK 0.15 0 0.58 0.46
HSL 75.19º 0.41% 0.38% -
HSV(B) 75.19º 0.58% 0.54% -
XYZ 17.05 21.98 7.35 -
YUV 122.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 117 137 58 0.15 0 0.58 0.46 75.19 0.41 0.38
Hex 75 89 3A F 0 3A 2E 4B 29 26
Octal 165 211 72 17 0 72 56 113 51 46
Binary 1110101 10001001 111010 1111 0 111010 101110 1001011 101001 100110

Color Harmonies of #75893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75893A

Black with #75893A

Text Example


Text Example

White with #75893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75893A; }

 p { color: rgb(117,137,58); }

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

background-color css

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

 a { background-color: rgb(117,137,58); }

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

border-color css

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

 span { border-color: rgb(117,137,58); }

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