Html Css Color HEX #95C074 Olivine

📋 copy color: '#95C074'

red 149 ◦ green 192 ◦ blue 116

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

Shades of Olivine #95C074

Tints of Olivine #95C074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

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

R = 32.6%
G = 42.01%
B = 25.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#95C074 (or 0x95C074) is known color: Olivine. HEX triplet: 95, C0 and 74. RGB value is (149,192,116). Sum of RGB (Red+Green+Blue) = 149+192+116=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #95C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C074 is #6A3F8B. Grayscale: #AAAAAA. Windows color (decimal): -6963084 or 7651477. OLE color: 7651477.

HSL color Cylindrical-coordinate representation of color #95C074: hue angle of 93.95º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95C074 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 116 -
CMYK 0.22 0 0.40 0.25
HSL 93.95º 0.38% 0.6% -
HSV(B) 93.95º 0.4% 0.75% -
XYZ 34.4 45.35 23.46 -
YUV 170.48 97.25 112.68 -
System Red Green Blue C M Y K H S L
Decimal 149 192 116 0.22 0 0.40 0.25 93.95 0.38 0.6
Hex 95 C0 74 16 0 28 19 5E 26 3C
Octal 225 300 164 26 0 50 31 136 46 74
Binary 10010101 11000000 1110100 10110 0 101000 11001 1011110 100110 111100

Color Harmonies of #95C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C074

Black with #95C074

Text Example


Text Example

White with #95C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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