Html Css Color HEX #90C374 Olivine

📋 copy color: '#90C374'

red 144 ◦ green 195 ◦ blue 116

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

Shades of Olivine #90C374

Tints of Olivine #90C374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.86%

 BLUE value IS 116 (45.7% from 255) = 25.49%

R = 31.65%
G = 42.86%
B = 25.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#90C374 (or 0x90C374) is known color: Olivine. HEX triplet: 90, C3 and 74. RGB value is (144,195,116). Sum of RGB (Red+Green+Blue) = 144+195+116=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #90C374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C374 is #6F3C8B. Grayscale: #ABABAB. Windows color (decimal): -7289996 or 7652240. OLE color: 7652240.

HSL color Cylindrical-coordinate representation of color #90C374: hue angle of 98.73º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90C374 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 195 116 -
CMYK 0.26 0 0.41 0.24
HSL 98.73º 0.4% 0.61% -
HSV(B) 98.73º 0.41% 0.76% -
XYZ 34.17 46.22 23.64 -
YUV 170.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 144 195 116 0.26 0 0.41 0.24 98.73 0.4 0.61
Hex 90 C3 74 1A 0 29 18 63 28 3D
Octal 220 303 164 32 0 51 30 143 50 75
Binary 10010000 11000011 1110100 11010 0 101001 11000 1100011 101000 111101

Color Harmonies of #90C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C374

Black with #90C374

Text Example


Text Example

White with #90C374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,195,116); }

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

background-color css

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

 a { background-color: rgb(144,195,116); }

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

border-color css

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

 span { border-color: rgb(144,195,116); }

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