Html Css Color HEX #90AF70 Olivine

📋 copy color: '#90AF70'

red 144 ◦ green 175 ◦ blue 112

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

Shades of Olivine #90AF70

Tints of Olivine #90AF70

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

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

R = 33.41%
G = 40.6%
B = 25.99%

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

#90AF70 (or 0x90AF70) is known color: Olivine. HEX triplet: 90, AF and 70. RGB value is (144,175,112). Sum of RGB (Red+Green+Blue) = 144+175+112=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF70 is #6F508F. Grayscale: #9E9E9E. Windows color (decimal): -7295120 or 7384976. OLE color: 7384976.

HSL color Cylindrical-coordinate representation of color #90AF70: hue angle of 89.52º degrees, saturation: 0.28, 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 #90AF70 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 175 112 -
CMYK 0.18 0 0.36 0.31
HSL 89.52º 0.28% 0.56% -
HSV(B) 89.52º 0.36% 0.69% -
XYZ 29.76 37.76 21.05 -
YUV 158.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 144 175 112 0.18 0 0.36 0.31 89.52 0.28 0.56
Hex 90 AF 70 12 0 24 1F 5A 1C 38
Octal 220 257 160 22 0 44 37 132 34 70
Binary 10010000 10101111 1110000 10010 0 100100 11111 1011010 11100 111000

Color Harmonies of #90AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AF70

Black with #90AF70

Text Example


Text Example

White with #90AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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