Html Css Color HEX #90BA76 Olivine

📋 copy color: '#90BA76'

red 144 ◦ green 186 ◦ blue 118

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

Shades of Olivine #90BA76

Tints of Olivine #90BA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.34%

R = 32.14%
G = 41.52%
B = 26.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#90BA76 (or 0x90BA76) is known color: Olivine. HEX triplet: 90, BA and 76. RGB value is (144,186,118). Sum of RGB (Red+Green+Blue) = 144+186+118=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BA76 is #6F4589. Grayscale: #A5A5A5. Windows color (decimal): -7292298 or 7781008. OLE color: 7781008.

HSL color Cylindrical-coordinate representation of color #90BA76: hue angle of 97.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90BA76 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 186 118 -
CMYK 0.23 0 0.37 0.27
HSL 97.06º 0.33% 0.6% -
HSV(B) 97.06º 0.37% 0.73% -
XYZ 32.33 42.36 23.61 -
YUV 165.69 101.09 112.53 -
System Red Green Blue C M Y K H S L
Decimal 144 186 118 0.23 0 0.37 0.27 97.06 0.33 0.6
Hex 90 BA 76 17 0 25 1B 61 21 3C
Octal 220 272 166 27 0 45 33 141 41 74
Binary 10010000 10111010 1110110 10111 0 100101 11011 1100001 100001 111100

Color Harmonies of #90BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA76

Black with #90BA76

Text Example


Text Example

White with #90BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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