Html Css Color HEX #90B470 Olivine

📋 copy color: '#90B470'

red 144 ◦ green 180 ◦ blue 112

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

Shades of Olivine #90B470

Tints of Olivine #90B470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 33.03%
G = 41.28%
B = 25.69%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#90B470 (or 0x90B470) is known color: Olivine. HEX triplet: 90, B4 and 70. RGB value is (144,180,112). Sum of RGB (Red+Green+Blue) = 144+180+112=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #90B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B470 is #6F4B8F. Grayscale: #A1A1A1. Windows color (decimal): -7293840 or 7386256. OLE color: 7386256.

HSL color Cylindrical-coordinate representation of color #90B470: hue angle of 91.76º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B470 is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 180 112 -
CMYK 0.2 0 0.38 0.29
HSL 91.76º 0.31% 0.57% -
HSV(B) 91.76º 0.38% 0.71% -
XYZ 30.75 39.74 21.38 -
YUV 161.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 144 180 112 0.2 0 0.38 0.29 91.76 0.31 0.57
Hex 90 B4 70 14 0 26 1D 5C 1F 39
Octal 220 264 160 24 0 46 35 134 37 71
Binary 10010000 10110100 1110000 10100 0 100110 11101 1011100 11111 111001

Color Harmonies of #90B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B470

Black with #90B470

Text Example


Text Example

White with #90B470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,180,112); }

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

background-color css

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

 a { background-color: rgb(144,180,112); }

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

border-color css

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

 span { border-color: rgb(144,180,112); }

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