Html Css Color HEX #90BF7C Olivine

📋 copy color: '#90BF7C'

red 144 ◦ green 191 ◦ blue 124

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

Shades of Olivine #90BF7C

Tints of Olivine #90BF7C

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 31.37%
G = 41.61%
B = 27.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#90BF7C (or 0x90BF7C) is known color: Olivine. HEX triplet: 90, BF and 7C. RGB value is (144,191,124). Sum of RGB (Red+Green+Blue) = 144+191+124=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF7C is #6F4083. Grayscale: #A9A9A9. Windows color (decimal): -7291012 or 8175504. OLE color: 8175504.

HSL color Cylindrical-coordinate representation of color #90BF7C: hue angle of 102.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BF7C is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 191 124 -
CMYK 0.25 0 0.35 0.25
HSL 102.09º 0.34% 0.62% -
HSV(B) 102.09º 0.35% 0.75% -
XYZ 33.77 44.65 25.91 -
YUV 169.31 102.43 109.95 -
System Red Green Blue C M Y K H S L
Decimal 144 191 124 0.25 0 0.35 0.25 102.09 0.34 0.62
Hex 90 BF 7C 19 0 23 19 66 22 3E
Octal 220 277 174 31 0 43 31 146 42 76
Binary 10010000 10111111 1111100 11001 0 100011 11001 1100110 100010 111110

Color Harmonies of #90BF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF7C

Black with #90BF7C

Text Example


Text Example

White with #90BF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,191,124); }

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

background-color css

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

 a { background-color: rgb(144,191,124); }

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

border-color css

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

 span { border-color: rgb(144,191,124); }

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