Html Css Color HEX #94C573 Olivine

📋 copy color: '#94C573'

red 148 ◦ green 197 ◦ blue 115

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

Shades of Olivine #94C573

Tints of Olivine #94C573

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.83%

 BLUE value IS 115 (45.31% from 255) = 25%

R = 32.17%
G = 42.83%
B = 25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#94C573 (or 0x94C573) is known color: Olivine. HEX triplet: 94, C5 and 73. RGB value is (148,197,115). Sum of RGB (Red+Green+Blue) = 148+197+115=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #94C573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C573 is #6B3A8C. Grayscale: #ADADAD. Windows color (decimal): -7027341 or 7587220. OLE color: 7587220.

HSL color Cylindrical-coordinate representation of color #94C573: hue angle of 95.85º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94C573 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 115 -
CMYK 0.25 0 0.42 0.23
HSL 95.85º 0.41% 0.61% -
HSV(B) 95.85º 0.42% 0.77% -
XYZ 35.27 47.47 23.52 -
YUV 173 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 148 197 115 0.25 0 0.42 0.23 95.85 0.41 0.61
Hex 94 C5 73 19 0 2A 17 60 29 3D
Octal 224 305 163 31 0 52 27 140 51 75
Binary 10010100 11000101 1110011 11001 0 101010 10111 1100000 101001 111101

Color Harmonies of #94C573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C573

Black with #94C573

Text Example


Text Example

White with #94C573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,115); }

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

background-color css

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

 a { background-color: rgb(148,197,115); }

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

border-color css

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

 span { border-color: rgb(148,197,115); }

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