Html Css Color HEX #90BA6F Olivine

📋 copy color: '#90BA6F'

red 144 ◦ green 186 ◦ blue 111

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

Shades of Olivine #90BA6F

Tints of Olivine #90BA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.18%

 BLUE value IS 111 (43.75% from 255) = 25.17%

R = 32.65%
G = 42.18%
B = 25.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#90BA6F (or 0x90BA6F) is known color: Olivine. HEX triplet: 90, BA and 6F. RGB value is (144,186,111). Sum of RGB (Red+Green+Blue) = 144+186+111=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BA6F is #6F4590. Grayscale: #A5A5A5. Windows color (decimal): -7292305 or 7322256. OLE color: 7322256.

HSL color Cylindrical-coordinate representation of color #90BA6F: hue angle of 93.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90BA6F is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 186 111 -
CMYK 0.23 0 0.40 0.27
HSL 93.6º 0.35% 0.58% -
HSV(B) 93.6º 0.4% 0.73% -
XYZ 31.93 42.19 21.5 -
YUV 164.89 97.59 113.1 -
System Red Green Blue C M Y K H S L
Decimal 144 186 111 0.23 0 0.40 0.27 93.6 0.35 0.58
Hex 90 BA 6F 17 0 28 1B 5E 23 3A
Octal 220 272 157 27 0 50 33 136 43 72
Binary 10010000 10111010 1101111 10111 0 101000 11011 1011110 100011 111010

Color Harmonies of #90BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA6F

Black with #90BA6F

Text Example


Text Example

White with #90BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,186,111); }

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

background-color css

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

 a { background-color: rgb(144,186,111); }

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

border-color css

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

 span { border-color: rgb(144,186,111); }

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