Html Css Color HEX #90B070 Olivine

📋 copy color: '#90B070'

red 144 ◦ green 176 ◦ blue 112

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

Shades of Olivine #90B070

Tints of Olivine #90B070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.74%

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

R = 33.33%
G = 40.74%
B = 25.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#90B070 (or 0x90B070) is known color: Olivine. HEX triplet: 90, B0 and 70. RGB value is (144,176,112). Sum of RGB (Red+Green+Blue) = 144+176+112=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #90B070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B070 is #6F4F8F. Grayscale: #9F9F9F. Windows color (decimal): -7294864 or 7385232. OLE color: 7385232.

HSL color Cylindrical-coordinate representation of color #90B070: hue angle of 90º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90B070 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 176 112 -
CMYK 0.18 0 0.36 0.31
HSL 90º 0.29% 0.56% -
HSV(B) 90º 0.36% 0.69% -
XYZ 29.95 38.15 21.11 -
YUV 159.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 144 176 112 0.18 0 0.36 0.31 90 0.29 0.56
Hex 90 B0 70 12 0 24 1F 5A 1D 38
Octal 220 260 160 22 0 44 37 132 35 70
Binary 10010000 10110000 1110000 10010 0 100100 11111 1011010 11101 111000

Color Harmonies of #90B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B070

Black with #90B070

Text Example


Text Example

White with #90B070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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