Html Css Color HEX #90BA75 Olivine

📋 copy color: '#90BA75'

red 144 ◦ green 186 ◦ blue 117

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

Shades of Olivine #90BA75

Tints of Olivine #90BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 32.21%
G = 41.61%
B = 26.17%

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

#90BA75 (or 0x90BA75) is known color: Olivine. HEX triplet: 90, BA and 75. RGB value is (144,186,117). Sum of RGB (Red+Green+Blue) = 144+186+117=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BA75 is #6F458A. Grayscale: #A5A5A5. Windows color (decimal): -7292299 or 7715472. OLE color: 7715472.

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

Color convert

RGB 144 186 117 -
CMYK 0.23 0 0.37 0.27
HSL 96.52º 0.33% 0.59% -
HSV(B) 96.52º 0.37% 0.73% -
XYZ 32.27 42.33 23.3 -
YUV 165.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 144 186 117 0.23 0 0.37 0.27 96.52 0.33 0.59
Hex 90 BA 75 17 0 25 1B 61 21 3B
Octal 220 272 165 27 0 45 33 141 41 73
Binary 10010000 10111010 1110101 10111 0 100101 11011 1100001 100001 111011

Color Harmonies of #90BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA75

Black with #90BA75

Text Example


Text Example

White with #90BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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