Html Css Color HEX #90A742 Wasabi

📋 copy color: '#90A742'

red 144 ◦ green 167 ◦ blue 66

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

Shades of Wasabi #90A742

Tints of Wasabi #90A742

RGB

 RED value IS 144 (56.64% from 255) = 38.2%

 GREEN value IS 167 (65.63% from 255) = 44.3%

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 38.2%
G = 44.3%
B = 17.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#90A742 (or 0x90A742) is known color: Wasabi. HEX triplet: 90, A7 and 42. RGB value is (144,167,66). Sum of RGB (Red+Green+Blue) = 144+167+66=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #90A742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A742 is #6F58BD. Grayscale: #949494. Windows color (decimal): -7297214 or 4368272. OLE color: 4368272.

HSL color Cylindrical-coordinate representation of color #90A742: hue angle of 73.66º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90A742 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 167 66 -
CMYK 0.14 0 0.60 0.35
HSL 73.66º 0.43% 0.46% -
HSV(B) 73.66º 0.6% 0.65% -
XYZ 26.3 33.96 10.32 -
YUV 148.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 144 167 66 0.14 0 0.60 0.35 73.66 0.43 0.46
Hex 90 A7 42 E 0 3C 23 4A 2B 2E
Octal 220 247 102 16 0 74 43 112 53 56
Binary 10010000 10100111 1000010 1110 0 111100 100011 1001010 101011 101110

Color Harmonies of #90A742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A742

Black with #90A742

Text Example


Text Example

White with #90A742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A742; }

 p { color: rgb(144,167,66); }

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

background-color css

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

 a { background-color: rgb(144,167,66); }

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

border-color css

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

 span { border-color: rgb(144,167,66); }

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