Html Css Color HEX #90AC7E Olivine

📋 copy color: '#90AC7E'

red 144 ◦ green 172 ◦ blue 126

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

Shades of Olivine #90AC7E

Tints of Olivine #90AC7E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.91%

 BLUE value IS 126 (49.61% from 255) = 28.51%

R = 32.58%
G = 38.91%
B = 28.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#90AC7E (or 0x90AC7E) is known color: Olivine. HEX triplet: 90, AC and 7E. RGB value is (144,172,126). Sum of RGB (Red+Green+Blue) = 144+172+126=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AC7E is #6F5381. Grayscale: #9E9E9E. Windows color (decimal): -7295874 or 8301712. OLE color: 8301712.

HSL color Cylindrical-coordinate representation of color #90AC7E: hue angle of 96.52º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90AC7E is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 172 126 -
CMYK 0.16 0 0.27 0.33
HSL 96.52º 0.22% 0.58% -
HSV(B) 96.52º 0.27% 0.67% -
XYZ 30.02 36.94 25.29 -
YUV 158.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 144 172 126 0.16 0 0.27 0.33 96.52 0.22 0.58
Hex 90 AC 7E 10 0 1B 21 61 16 3A
Octal 220 254 176 20 0 33 41 141 26 72
Binary 10010000 10101100 1111110 10000 0 11011 100001 1100001 10110 111010

Color Harmonies of #90AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC7E

Black with #90AC7E

Text Example


Text Example

White with #90AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,172,126); }

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

background-color css

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

 a { background-color: rgb(144,172,126); }

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

border-color css

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

 span { border-color: rgb(144,172,126); }

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