Html Css Color HEX #90B469 Olivine

📋 copy color: '#90B469'

red 144 ◦ green 180 ◦ blue 105

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

Shades of Olivine #90B469

Tints of Olivine #90B469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.48%

R = 33.57%
G = 41.96%
B = 24.48%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#90B469 (or 0x90B469) is known color: Olivine. HEX triplet: 90, B4 and 69. RGB value is (144,180,105). Sum of RGB (Red+Green+Blue) = 144+180+105=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #90B469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B469 is #6F4B96. Grayscale: #A0A0A0. Windows color (decimal): -7293847 or 6927504. OLE color: 6927504.

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

Color convert

RGB 144 180 105 -
CMYK 0.2 0 0.42 0.29
HSL 88.8º 0.33% 0.56% -
HSV(B) 88.8º 0.42% 0.71% -
XYZ 30.37 39.59 19.41 -
YUV 160.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 144 180 105 0.2 0 0.42 0.29 88.8 0.33 0.56
Hex 90 B4 69 14 0 2A 1D 59 21 38
Octal 220 264 151 24 0 52 35 131 41 70
Binary 10010000 10110100 1101001 10100 0 101010 11101 1011001 100001 111000

Color Harmonies of #90B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B469

Black with #90B469

Text Example


Text Example

White with #90B469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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