Html Css Color HEX #94C174 Olivine

📋 copy color: '#94C174'

red 148 ◦ green 193 ◦ blue 116

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

Shades of Olivine #94C174

Tints of Olivine #94C174

RGB

 RED value IS 148 (58.2% from 255) = 32.39%

 GREEN value IS 193 (75.78% from 255) = 42.23%

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

R = 32.39%
G = 42.23%
B = 25.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#94C174 (or 0x94C174) is known color: Olivine. HEX triplet: 94, C1 and 74. RGB value is (148,193,116). Sum of RGB (Red+Green+Blue) = 148+193+116=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #94C174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C174 is #6B3E8B. Grayscale: #ABABAB. Windows color (decimal): -7028364 or 7651732. OLE color: 7651732.

HSL color Cylindrical-coordinate representation of color #94C174: hue angle of 95.06º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94C174 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 116 -
CMYK 0.23 0 0.40 0.24
HSL 95.06º 0.38% 0.61% -
HSV(B) 95.06º 0.4% 0.76% -
XYZ 34.44 45.7 23.53 -
YUV 170.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 148 193 116 0.23 0 0.40 0.24 95.06 0.38 0.61
Hex 94 C1 74 17 0 28 18 5F 26 3D
Octal 224 301 164 27 0 50 30 137 46 75
Binary 10010100 11000001 1110100 10111 0 101000 11000 1011111 100110 111101

Color Harmonies of #94C174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C174

Black with #94C174

Text Example


Text Example

White with #94C174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94C174; }

 p { color: rgb(148,193,116); }

 H1.HeaderClassName
 {
   color: #94C174;
 }
 .AnyTagClassName
 {
   color: #94C174;
 }
</style>

background-color css

<style>
 a { background-color: #94C174; }

 a { background-color: rgb(148,193,116); }

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

border-color css

<style>
 span { border-color: #94C174; }

 span { border-color: rgb(148,193,116); }

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