Html Css Color HEX #90BC7F Olivine

📋 copy color: '#90BC7F'

red 144 ◦ green 188 ◦ blue 127

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

Shades of Olivine #90BC7F

Tints of Olivine #90BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.96%

 BLUE value IS 127 (50% from 255) = 27.67%

R = 31.37%
G = 40.96%
B = 27.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#90BC7F (or 0x90BC7F) is known color: Olivine. HEX triplet: 90, BC and 7F. RGB value is (144,188,127). Sum of RGB (Red+Green+Blue) = 144+188+127=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BC7F is #6F4380. Grayscale: #A8A8A8. Windows color (decimal): -7291777 or 8371344. OLE color: 8371344.

HSL color Cylindrical-coordinate representation of color #90BC7F: hue angle of 103.28º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90BC7F is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 188 127 -
CMYK 0.23 0 0.32 0.26
HSL 103.28º 0.31% 0.62% -
HSV(B) 103.28º 0.32% 0.74% -
XYZ 33.32 43.43 26.71 -
YUV 167.89 104.92 110.96 -
System Red Green Blue C M Y K H S L
Decimal 144 188 127 0.23 0 0.32 0.26 103.28 0.31 0.62
Hex 90 BC 7F 17 0 20 1A 67 1F 3E
Octal 220 274 177 27 0 40 32 147 37 76
Binary 10010000 10111100 1111111 10111 0 100000 11010 1100111 11111 111110

Color Harmonies of #90BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BC7F

Black with #90BC7F

Text Example


Text Example

White with #90BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,188,127); }

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

background-color css

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

 a { background-color: rgb(144,188,127); }

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

border-color css

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

 span { border-color: rgb(144,188,127); }

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