Html Css Color HEX #90B275 Olivine

📋 copy color: '#90B275'

red 144 ◦ green 178 ◦ blue 117

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

Shades of Olivine #90B275

Tints of Olivine #90B275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

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

R = 32.8%
G = 40.55%
B = 26.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#90B275 (or 0x90B275) is known color: Olivine. HEX triplet: 90, B2 and 75. RGB value is (144,178,117). Sum of RGB (Red+Green+Blue) = 144+178+117=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #90B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B275 is #6F4D8A. Grayscale: #A1A1A1. Windows color (decimal): -7294347 or 7713424. OLE color: 7713424.

HSL color Cylindrical-coordinate representation of color #90B275: hue angle of 93.44º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90B275 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 178 117 -
CMYK 0.19 0 0.34 0.30
HSL 93.44º 0.28% 0.58% -
HSV(B) 93.44º 0.34% 0.7% -
XYZ 30.63 39.05 22.75 -
YUV 160.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 144 178 117 0.19 0 0.34 0.30 93.44 0.28 0.58
Hex 90 B2 75 13 0 22 1E 5D 1C 3A
Octal 220 262 165 23 0 42 36 135 34 72
Binary 10010000 10110010 1110101 10011 0 100010 11110 1011101 11100 111010

Color Harmonies of #90B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B275

Black with #90B275

Text Example


Text Example

White with #90B275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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