Html Css Color HEX #90AF7D Olivine

📋 copy color: '#90AF7D'

red 144 ◦ green 175 ◦ blue 125

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

Shades of Olivine #90AF7D

Tints of Olivine #90AF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 32.43%
G = 39.41%
B = 28.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#90AF7D (or 0x90AF7D) is known color: Olivine. HEX triplet: 90, AF and 7D. RGB value is (144,175,125). Sum of RGB (Red+Green+Blue) = 144+175+125=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF7D is #6F5082. Grayscale: #A0A0A0. Windows color (decimal): -7295107 or 8236944. OLE color: 8236944.

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

Color convert

RGB 144 175 125 -
CMYK 0.18 0 0.29 0.31
HSL 97.2º 0.24% 0.59% -
HSV(B) 97.2º 0.29% 0.69% -
XYZ 30.53 38.07 25.14 -
YUV 160.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 144 175 125 0.18 0 0.29 0.31 97.2 0.24 0.59
Hex 90 AF 7D 12 0 1D 1F 61 18 3B
Octal 220 257 175 22 0 35 37 141 30 73
Binary 10010000 10101111 1111101 10010 0 11101 11111 1100001 11000 111011

Color Harmonies of #90AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AF7D

Black with #90AF7D

Text Example


Text Example

White with #90AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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