Html Css Color HEX #95C774 Olivine

📋 copy color: '#95C774'

red 149 ◦ green 199 ◦ blue 116

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

Shades of Olivine #95C774

Tints of Olivine #95C774

RGB

 RED value IS 149 (58.59% from 255) = 32.11%

 GREEN value IS 199 (78.13% from 255) = 42.89%

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

R = 32.11%
G = 42.89%
B = 25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#95C774 (or 0x95C774) is known color: Olivine. HEX triplet: 95, C7 and 74. RGB value is (149,199,116). Sum of RGB (Red+Green+Blue) = 149+199+116=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #95C774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C774 is #6A388B. Grayscale: #AEAEAE. Windows color (decimal): -6961292 or 7653269. OLE color: 7653269.

HSL color Cylindrical-coordinate representation of color #95C774: hue angle of 96.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95C774 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 199 116 -
CMYK 0.25 0 0.42 0.22
HSL 96.14º 0.43% 0.62% -
HSV(B) 96.14º 0.42% 0.78% -
XYZ 35.97 48.5 23.99 -
YUV 174.59 94.94 109.75 -
System Red Green Blue C M Y K H S L
Decimal 149 199 116 0.25 0 0.42 0.22 96.14 0.43 0.62
Hex 95 C7 74 19 0 2A 16 60 2B 3E
Octal 225 307 164 31 0 52 26 140 53 76
Binary 10010101 11000111 1110100 11001 0 101010 10110 1100000 101011 111110

Color Harmonies of #95C774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C774

Black with #95C774

Text Example


Text Example

White with #95C774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C774; }

 p { color: rgb(149,199,116); }

 H1.HeaderClassName
 {
   color: #95C774;
 }
 .AnyTagClassName
 {
   color: #95C774;
 }
</style>

background-color css

<style>
 a { background-color: #95C774; }

 a { background-color: rgb(149,199,116); }

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

border-color css

<style>
 span { border-color: #95C774; }

 span { border-color: rgb(149,199,116); }

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